PolarAxis
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class PolarAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlPolarAxis...
Implements:
Inherited Members
Constructors
C#
public PolarAxis()
Properties
C#
public Color AxisLineColor { get; }
C#
public string AxisLineColorValue { get; }
C#
public double AxisLineStrokeThickness { get; }
C#
public IList<ChartViewAxisLabel> Labels { get; }
C#
public int LabelsCount { get; }
C#
public IList<ChartViewAxisTick> Ticks { get; }
C#
public int TicksCount { get; }
C#
public ChartViewContentPresenter TitlePresenter { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: