Class PolarAxis
Inheritance
System.Object
PolarAxis
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 PolarAxis : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
PolarAxis()
Declaration
public PolarAxis()
Properties
AxisLineColor
AxisLineColorValue
Declaration
public string AxisLineColorValue { get; }
Property Value
System.String
|
AxisLineStrokeThickness
Declaration
public double AxisLineStrokeThickness { get; }
Property Value
System.Double
|
Labels
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<ChartViewAxisLabel>
|
LabelsCount
Declaration
public int LabelsCount { get; }
Property Value
System.Int32
|
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
|
X1Value
Declaration
public double X1Value { get; }
Property Value
System.Double
|
X2Value
Declaration
public double X2Value { get; }
Property Value
System.Double
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Y1Value
Declaration
public double Y1Value { get; }
Property Value
System.Double
|
Y2Value
Declaration
public double Y2Value { get; }
Property Value
System.Double
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|