Class TickPoint
Represents an axis major tick point.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class TickPoint : BaseFormattableData, INotifyPropertyChanged, IFormattableData, ILogicalItem
Constructors
TickPoint()
Declaration
public TickPoint()
Properties
CurrentIndex
Gets or sets the index of the tick point.
Declaration
public int CurrentIndex { get; }
Property Value
System.Int32
|
Value
Gets or sets the numerical value of the tick point.
Declaration
public double Value { get; set; }
Property Value
System.Double
|