SparkAxisModel
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class SparkAxisModel : SparkElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAxisModel...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SparkAxisModel class.
C#
public SparkAxisModel()
Properties
Gets or sets the horizontal location of an axis (rendered vertically) in relation to the plot area.
C#
public AxisHorizontalLocation HorizontalLocation { get; set; }
The horizontal location.
Gets or sets the thickness of the axis line.
C#
public double LineThickness { get; set; }
Gets or sets the vertical location of an axis (rendered horizontally) in relation to the plot area.
C#
public AxisVerticalLocation VerticalLocation { get; set; }
The vertical location.
Methods
Updates the layout strategy.
C#
protected void UpdateLayoutStrategy()