ClassCategoricalRadialAxis
Represents the CategoricalRadialAxis for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class CategoricalRadialAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlCategoricalRadialAxis
Implements:
Inherited Members
Constructors
CategoricalRadialAxis()
Initializes a new instance of the CategoricalRadialAxis class.
Declaration
public CategoricalRadialAxis()
Properties
Labels
Get the list of Labels.
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
LabelsCount
Get the labels count.
RadialAxisLineColor
Get the radial axis line color.
RadialAxisLineColorValue
Get the selected color RGB representation. Example: '255:0:0'.
RadialAxisLineHeight
Get the radial axis line height.
RadialAxisLineStrokeThickness
Get the radial axis line StrokeThickness.
Declaration
public double RadialAxisLineStrokeThickness { get; }
Property Value
RadialAxisLineWidth
Get the radial axis line width.
Ticks
Get the list of Ticks.
Declaration
public IList<ChartViewAxisTick> Ticks { get; }
Property Value
TicksCount
Get the ticks count.
TitlePresenter
Get the title presenter.
Declaration
public ChartViewContentPresenter TitlePresenter { 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