ClassChartAxisX
Represents the RadChart for Silverlight RadChartAxisX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartAxisX : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlChartAxisX
Implements:
Inherited Members
Constructors
ChartAxisX()
Initializes a new instance of the ChartAxisX class.
Declaration
public ChartAxisX()
Properties
AxisLineColor
Get the axis line color.
AxisTitle
Get the AxisTitle xaml control.
Declaration
public ChartAxisTitle AxisTitle { get; }
Property Value
Items
Get the list of Chart axis items.
Declaration
public IList<ChartXAxisItem> Items { get; }
Property Value
Labels
Get the list of Chart axis labels.
Declaration
public IList<ChartXAxisLabel> Labels { get; }
Property Value
MinorTicks
Get the list of Chart minor ticks.
Declaration
public IList<ChartXAxisMinorTicks> MinorTicks { get; }
Property Value
SelectedAxisLineColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string SelectedAxisLineColorValue { get; }
Property Value
TitleText
The header text of the Chart axis.
VerticalMinorTickCount
Get the minor tick points count value.
VerticalMinorTicks2D
Get the Chart VerticalMinorTicks2D control.
Declaration
public ChartVerticalMinorTicks2D VerticalMinorTicks2D { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides