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 SparkAxisModel : SparkElement, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAxisModel...

Derived Classes: NumericalSparkAxisModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members SparkElement.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 SparkAxisModel class.

C#
public SparkAxisModel()

Properties

Gets or sets the horizontal location of an axis (rendered vertically) in relation to the plot area.

C#
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value:

The horizontal location.

Gets or sets the thickness of the axis line.

C#
public double LineThickness { get; set; }

Gets or sets the type (X or Y) of this instance.

C#
public AxisType Type { get; set; }

Gets or sets the vertical location of an axis (rendered horizontally) in relation to the plot area.

C#
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value:

The vertical location.

Methods

l Builds the ticks and labels.

C#
protected virtual bool BuildTicksAndLabels(RadSize availableSize)
Parameters:availableSizeRadSize

Size of the available.

Returns:

bool

Updates the layout strategy.

C#
protected void UpdateLayoutStrategy()