Defines the different modes used to plot a DataPoint by a DateTimeContinuousAxis model.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum DateTimePlotStretchMode
Fields
Each point is stretched within the owning tick (plot) slot.
C#
TickSlot = 0
Each point's length is proportional to the total number of points plotted by the axis.
C#
Uniform = 1