SmartDateLabelProvider Class Members
The following tables list the members exposed by SmartDateLabelProvider.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | SmartDateLabelProvider Constructor |
Protected Fields
| Name | Description | |
|---|---|---|
![]() | _firstLabel | |
![]() | _format |
Public Properties
| Name | Description | |
|---|---|---|
![]() | DateOffset | Gets or sets the date offset value in seconds, which adjusts the date labels by the specified amount of seconds. This can be used to shift the displayed date labels for alignment purposes or to compensate for data offsets. |
![]() | ParentAxis | Gets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase) |
![]() | ShowWiderDateOnFirstLabel | Gets or sets a value indicating whether the first label should display a wider date format. When enabled, the first label will use a more detailed date representation for clarity. |
![]() | ShowYearOnWiderDate | Gets or sets a value indicating whether the year should be included in the wider date format. This is used when ShowWiderDateOnFirstLabel is enabled and provides additional context for the date label. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | CreateDataContext | Creates a ITickLabelViewModel instance, based on the data-value passed in. Invokes FormatLabel to format the specified data-value passed in. (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase) |
![]() | FormatCursorLabel | Formats a label for the cursor, from the specified data-value passed in (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.DateTimeLabelProvider) |
![]() | FormatLabel | Overridden. Formats a label for the axis from the specified data-value passed in |
![]() | Init | Called when the provider instance is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.ProviderBase) |
![]() | OnBeginAxisDraw | Overloaded. Called at the start of an axis render pass, before any labels are formatted for the current draw operation. |
![]() | UpdateDataContext | Updates existing ITickLabelViewModel, based on the data-value passed in. Invokes FormatLabel to format the specified data-value passed in. (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase) |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | FormatDatePrecise | |
![]() | FormatDateWide | |
![]() | GetLabelFormatForRange | |
![]() | SmartFormatLabel |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also





