ClassNumericalSparkAxisModel
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class NumericalSparkAxisModel : SparkAxisModel, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAxisModelNumericalSparkAxisModel
Derived Classes:
Implements:
Inherited Members
Constructors
NumericalSparkAxisModel()
Initializes a new instance of the NumericalSparkAxisModel class.
Declaration
protected NumericalSparkAxisModel()
Properties
ActualRange
Gets the actual range (minimum and maximum values) used by the axis.
Declaration
public SparkValueRange<double> ActualRange { get; }
Property Value
DesiredTickCount
Gets or sets the number of the ticks available on the axis. If a value less than 2 is set, the property is reset to its default value.
MajorStep
Gets or sets the user-defined major step of the axis.
Maximum
Gets or sets the user-defined maximum of the axis.
Minimum
Gets or sets the user-defined minimum of the axis.
RangeExtendDirection
Gets or sets a value that specifies how the auto-range of this axis will be extended so that each data point is visualized in the best possible way.
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
Methods
TransformValue(object)
Transforms the value.