ClassSparkCartesianAxis
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkCartesianAxis : SparkAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAxisSparkCartesianAxis
Derived Classes:
Implements:
Inherited Members
Constructors
SparkCartesianAxis()
Initializes a new instance of the SparkCartesianAxis class.
Declaration
public 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
The horizontal location.
StartPositionAxis
Gets or sets the axis aling which this axis will be aligned.
Declaration
public SparkAxis StartPositionAxis { get; set; }
Property Value
StartPositionValue
Gets or sets the value of the StartPositionAxis where this axis should be aligned.
VerticalLocation
Gets or sets the vertical location of the axis in relation to the plot area.
Declaration
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
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.
OnAttached(UISparkElement)
Called when [attached].
Declaration
protected override void OnAttached(UISparkElement parent)
Parameters
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()