Class
NumericalSparkAxisModel

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class NumericalSparkAxisModel : SparkAxisModel, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAxisModelNumericalSparkAxisModel

Derived Classes: LinearSparkAxisModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkAxisModel.UpdateLayoutStrategy()SparkAxisModel.BuildTicksAndLabels(RadSize)SparkAxisModel.LineThicknessSparkAxisModel.HorizontalLocationSparkAxisModel.VerticalLocationSparkAxisModel.TypeSparkElement.FindAncestor<T>()SparkElement.IsAncestorOf(SparkNode)SparkElement.FindDescendant<T>()SparkElement.FindDescendant(Predicate<SparkNode>)SparkElement.EnumDescendants()SparkElement.EnumDescendants(TreeTraversalMode)SparkElement.EnumDescendants(Predicate<SparkNode>, TreeTraversalMode)SparkElement.DisposeManagedResources()SparkElement.PresenterSparkNode.Arrange(RadRect, bool)SparkNode.Invalidate()SparkNode.UpdateLayoutSlotX(double)SparkNode.UpdateLayoutSlotY(double)SparkNode.UpdateLayoutSlotWidth(double)SparkNode.UpdateLayoutSlotHeight(double)SparkNode.SetValueCore(int, object)SparkNode.ClearValueCore(int)SparkNode.IsArrangeValidSparkNode.NodeStateSparkNode.IndexSparkNode.CollectionIndexSparkNode.IsTreeLoadedSparkNode.LayoutSlotSparkNode.SparkAreaSparkNode.ParentSparkNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

NumericalSparkAxisModel()

Initializes a new instance of the NumericalSparkAxisModel class.

Declaration

cs-api-definition
protected NumericalSparkAxisModel()

Properties

ActualRange

Gets the actual range (minimum and maximum values) used by the axis.

Declaration

cs-api-definition
public SparkValueRange<double> ActualRange { get; }

Property Value

SparkValueRange<double>

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.

Declaration

cs-api-definition
public int DesiredTickCount { get; set; }

Property Value

int

MajorStep

Gets or sets the user-defined major step of the axis.

Declaration

cs-api-definition
public double MajorStep { get; set; }

Property Value

double

Maximum

Gets or sets the user-defined maximum of the axis.

Declaration

cs-api-definition
public double Maximum { get; set; }

Property Value

double

Minimum

Gets or sets the user-defined minimum of the axis.

Declaration

cs-api-definition
public double Minimum { get; set; }

Property Value

double

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

cs-api-definition
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }

Property Value

NumericalAxisRangeExtendDirection

Methods

TransformValue(object)

Transforms the value.

Declaration

cs-api-definition
public virtual object TransformValue(object value)

Parameters

value

object

The value.

Returns

object