New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
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

Initializes a new instance of the NumericalSparkAxisModel class.

C#
protected NumericalSparkAxisModel()

Properties

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

C#
public SparkValueRange<double> ActualRange { get; }

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.

C#
public int DesiredTickCount { get; set; }

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

C#
public double MajorStep { get; set; }

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

C#
public double Maximum { get; set; }

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

C#
public double Minimum { get; set; }

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.

C#
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }

Methods

Transforms the value.

C#
public virtual object TransformValue(object value)
Parameters:valueobject

The value.

Returns:

object