SparkCartesianAxis
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
Initializes a new instance of the SparkCartesianAxis class.
public SparkCartesianAxis()
Properties
Gets or sets the horizontal location of the axis in relation to the plot area.
public AxisHorizontalLocation HorizontalLocation { get; set; }
The horizontal location.
Gets or sets the axis aling which this axis will be aligned.
public SparkAxis StartPositionAxis { get; set; }
Gets or sets the value of the StartPositionAxis where this axis should be aligned.
public object StartPositionValue { get; set; }
Gets or sets the vertical location of the axis in relation to the plot area.
public AxisVerticalLocation VerticalLocation { get; set; }
The vertical location.
Methods
Called when [attached].
protected override void OnAttached(UISparkElement parent)
The parent.
Overrides:
Called when [dettached].
protected override void OnDettached()
Overrides:
Syncs the visual settings of the first series plotted upon this axis and the axis.
protected virtual void SyncVisualSettings()