ClassSparkAxisModel
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class SparkAxisModel : SparkElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAxisModel
Derived Classes:
Implements:
Inherited Members
Constructors
SparkAxisModel()
Initializes a new instance of the SparkAxisModel class.
Declaration
cs-api-definition
public SparkAxisModel()
Properties
HorizontalLocation
Gets or sets the horizontal location of an axis (rendered vertically) in relation to the plot area.
Declaration
cs-api-definition
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
The horizontal location.
LineThickness
Gets or sets the thickness of the axis line.
Type
Gets or sets the type (X or Y) of this instance.
VerticalLocation
Gets or sets the vertical location of an axis (rendered horizontally) in relation to the plot area.
Declaration
cs-api-definition
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
The vertical location.
Methods
BuildTicksAndLabels(RadSize)
l Builds the ticks and labels.
UpdateLayoutStrategy()
Updates the layout strategy.
Declaration
cs-api-definition
protected void UpdateLayoutStrategy()