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
AxisHorizontalLocation
The horizontal location. |
LineThickness
Gets or sets the thickness of the axis line.
Declaration
public double LineThickness { get; set; }
Property Value
System.Double
|
Type
Gets or sets the type (X or Y) of this instance.
Declaration
public AxisType Type { get; set; }
Property Value
AxisType
|
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
AxisVerticalLocation
The vertical location. |
Methods
BuildTicksAndLabels(RadSize)
l Builds the ticks and labels.
Declaration
protected virtual bool BuildTicksAndLabels(RadSize availableSize)
Parameters
RadSize
availableSize
Size of the available. |
Returns
System.Boolean
|
UpdateLayoutStrategy()
Updates the layout strategy.
Declaration
protected void UpdateLayoutStrategy()