Class ChartAxisX
Inheritance
System.Object
ChartAxisX
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartAxisX : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ChartAxisX()
Declaration
public ChartAxisX()
Properties
AxisLineColor
AxisTitle
Items
Declaration
public IList<ChartXAxisItem> Items { get; }
Property Value
System.Collections.Generic.IList<ChartXAxisItem>
|
Labels
Declaration
public IList<ChartXAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<ChartXAxisLabel>
|
MinorTicks
Declaration
public IList<ChartXAxisMinorTicks> MinorTicks { get; }
Property Value
System.Collections.Generic.IList<ChartXAxisMinorTicks>
|
SelectedAxisLineColorValue
Declaration
public string SelectedAxisLineColorValue { get; }
Property Value
System.String
|
TitleText
Declaration
public string TitleText { get; }
Property Value
System.String
|
VerticalMinorTickCount
Declaration
public int VerticalMinorTickCount { get; }
Property Value
System.Int32
|
VerticalMinorTicks2D
Declaration
public ChartVerticalMinorTicks2D VerticalMinorTicks2D { get; }
Property Value
ChartVerticalMinorTicks2D
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|