Class SparkCartesianAxis
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkCartesianAxis : SparkAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkCartesianAxis()
Properties
HorizontalLocation
Gets or sets the horizontal location of the axis in relation to the plot area.
Declaration
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
|
AxisHorizontalLocation
The horizontal location. |
StartPositionAxis
Gets or sets the axis aling which this axis will be aligned.
Declaration
public SparkAxis StartPositionAxis { get; set; }
Property Value
|
SparkAxis
|
StartPositionValue
Gets or sets the value of the StartPositionAxis where this axis should be aligned.
Declaration
public object StartPositionValue { get; set; }
Property Value
|
System.Object
|
VerticalLocation
Gets or sets the vertical location of the axis in relation to the plot area.
Declaration
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
|
AxisVerticalLocation
The vertical location. |
Methods
GetLocationOfValue(Object)
Gets the location in pixels for the given value along the axis. The method takes into account whether the axis is vertical or horizontal.
Declaration
public abstract double GetLocationOfValue(object value)
Parameters
|
System.Object
value
A value from the axis values range. |
Returns
|
System.Double
The location in pixesls. |
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
|
UISparkElement
parent
The parent. |
Overrides
OnDettached()
Called when [dettached].
Declaration
protected override void OnDettached()
Overrides
SyncVisualSettings()
Syncs the visual settings of the first series plotted upon this axis and the axis.
Declaration
protected virtual void SyncVisualSettings()