ClassPolarAxis
Represents the PolarAxis for RadPolarChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class PolarAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlPolarAxis
Implements:
Inherited Members
Constructors
PolarAxis()
Initializes a new instance of the PolarAxis class.
Declaration
public PolarAxis()
Properties
AxisLineColor
Get the axis line color.
AxisLineColorValue
Get the selected color RGB representation. Example: '255:0:0'.
AxisLineStrokeThickness
Get the axisLine StrokeThickness.
Labels
Get the list of Labels.
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
LabelsCount
Get the labels count.
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
X1Value
Get the X1 value.
X2Value
Get the X2 value.
XamlTag
Get the xaml tag of PolarAxis.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
Y1Value
Get the Y1 value.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides