Class SparkAxisModel
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkAxisModel : SparkElement, IDisposable, INotifyPropertyChanged
Constructors
SparkAxisModel()
Properties
HorizontalLocation
Gets or sets the horizontal location of an axis (rendered vertically) in relation to the plot area.
Declaration
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
Axis The horizontal location. |
LineThickness
Gets or sets the thickness of the axis line.
Declaration
public double LineThickness { get; set; }
Property Value
System.
|
Type
Gets or sets the type (X or Y) of this instance.
Declaration
public AxisType Type { get; set; }
Property Value
VerticalLocation
Gets or sets the vertical location of an axis (rendered horizontally) in relation to the plot area.
Declaration
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
Axis The vertical location. |
Methods
BuildTicksAndLabels(RadSize)
l Builds the ticks and labels.
Declaration
protected virtual bool BuildTicksAndLabels(RadSize availableSize)
Parameters
Rad Size of the available. |
Returns
System.
|
UpdateLayoutStrategy()
Updates the layout strategy.
Declaration
protected void UpdateLayoutStrategy()