DoubleScaleNumericAxisBottomScaleLabelProvider Class Members
The following tables list the members exposed by DoubleScaleNumericAxisBottomScaleLabelProvider.
Public Constructors
Name | Description | |
---|---|---|
![]() | DoubleScaleNumericAxisBottomScaleLabelProvider Constructor |
Public Properties
Name | Description | |
---|---|---|
![]() | ParentAxis | Gets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | CreateDataContext | Creates a ITickLabelViewModel instance, based on the data-value passed in. Invokes LabelProviderBase.FormatLabel to format the specified data-value passed in. (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.NumericLabelProvider) |
![]() | FormatCursorLabel | Overridden. Formats a label for the cursor, from the specified data-value passed in |
![]() | 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 NumericLabelProvider) |
![]() | OnBeginAxisDraw | Called at the start of an axis render pass, before any labels are formatted for the current draw operation (Inherited from NumericLabelProvider) |
![]() | UpdateDataContext | Updates existing ITickLabelViewModel, based on the data-value passed in. Invokes LabelProviderBase.FormatLabel to format the specified data-value passed in. (Inherited from NumericLabelProvider) |
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