Class CategoricalRadialAxis
Inheritance
System.Object
CategoricalRadialAxis
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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class CategoricalRadialAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
CategoricalRadialAxis()
Declaration
public CategoricalRadialAxis()
Properties
Labels
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<ChartViewAxisLabel>
|
LabelsCount
Declaration
public int LabelsCount { get; }
Property Value
System.Int32
|
RadialAxisLineColor
RadialAxisLineColorValue
Declaration
public string RadialAxisLineColorValue { get; }
Property Value
System.String
|
RadialAxisLineHeight
Declaration
public double RadialAxisLineHeight { get; }
Property Value
System.Double
|
RadialAxisLineStrokeThickness
Declaration
public double RadialAxisLineStrokeThickness { get; }
Property Value
System.Double
|
RadialAxisLineWidth
Declaration
public double RadialAxisLineWidth { get; }
Property Value
System.Double
|
Ticks
Declaration
public IList<ChartViewAxisTick> Ticks { get; }
Property Value
System.Collections.Generic.IList<ChartViewAxisTick>
|
TicksCount
Declaration
public int TicksCount { get; }
Property Value
System.Int32
|
TitlePresenter
Declaration
public ChartViewContentPresenter TitlePresenter { get; }
Property Value
ChartViewContentPresenter
|
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
|