ClassChartAxisY
Represents the RadChart for Silverlight RadChartAxisY control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartAxisY : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlChartAxisY
Implements:
Inherited Members
Constructors
ChartAxisY()
Initializes a new instance of the ChartAxisY class.
Declaration
public ChartAxisY()
Properties
AxisLineColor
Get the axis line color.
AxisTitle
Get the AxisTitle xaml control.
Declaration
public ChartAxisTitle AxisTitle { get; }
Property Value
HorizontalMinorTicks2D
Get the Chart HorizontalMinorTicks2D control.
Declaration
public ChartHorizontalMinorTicks2D HorizontalMinorTicks2D { get; }
Property Value
Items
Get the list of Chart axis items.
Declaration
public IList<ChartYAxisItem> Items { get; }
Property Value
Labels
Get the list of Chart axis labels.
Declaration
public IList<ChartYAxisLabel> Labels { get; }
Property Value
MinorTickCount
Get the minor tick points count value.
MinorTicks
Get the list of Chart minor ticks.
Declaration
public IList<ChartYAxisMinorTicks> 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.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides