Class DateTimePlotStretchMode
Defines the different modes used to plot a Data
Inheritance
System.Object
DateTimePlotStretchMode
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public sealed class DateTimePlotStretchMode : Enum
Fields
TickSlot
Each point is stretched within the owning tick (plot) slot.
Declaration
public const DateTimePlotStretchMode TickSlot
Field Value
Uniform
Each point's length is proportional to the total number of points plotted by the axis.
Declaration
public const DateTimePlotStretchMode Uniform
Field Value
value__
Declaration
public int value__
Field Value
System.
|