Properties  Methods 


DiscontinuousDateTimeLabelProvider Class Members

The following tables list the members exposed by DiscontinuousDateTimeLabelProvider.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase)
Top
Public Methods
 NameDescription
Public MethodCreates 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.LabelProviderBase)
Public MethodOverridden. Formats a label for the cursor, from the specified data-value passed in  
Public MethodOverridden. Formats a label for the axis from the specified data-value passed in  
Public MethodCalled when the provider instance is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from LabelProviderBase)
Public MethodCalled at the start of an axis render pass, before any labels are formatted for the current draw operation (Inherited from LabelProviderBase)
Public MethodUpdates existing ITickLabelViewModel, based on the data-value passed in. Invokes LabelProviderBase.FormatLabel to format the specified data-value passed in. (Inherited from LabelProviderBase)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also