Class DateTimePlotStretchMode
Defines the different modes used to plot a DataPoint by a
Inheritance
System.Object
DateTimePlotStretchMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.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
DateTimePlotStretchMode
|
Uniform
Each point's length is proportional to the total number of points plotted by the axis.
Declaration
public const DateTimePlotStretchMode Uniform
Field Value
DateTimePlotStretchMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|