SciChart.Charting3D Assembly > SciChart.Charting3D.Axis Namespace : LogarithmicNumericLabelProvider3D Class
LogarithmicNumericLabelProvider3D Class Methods

For a list of all members of this type, see LogarithmicNumericLabelProvider3D members.

Public Methods
 NameDescription
Public MethodCreates a SciChart.Charting.Visuals.Axes.LabelProviders.ITickLabelViewModel instance, based on the data-value passed in. Invokes SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase.FormatLabel to format the specified data-value passed in. (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.NumericLabelProvider)
Public MethodOverridden.  Formats a label for the cursor, from the specified data-value passed in  
Public Method  
Public MethodOverridden.  Formats a label for the axis from the specified data-value passed in  
Public MethodOverridden.  Called when the provider instance is initialized as it is attached to the parent axis, with the parent axis instance  
Public Method Called at the start of an axis render pass, before any labels are formatted for the current draw operation (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase)
Public MethodUpdates existing SciChart.Charting.Visuals.Axes.LabelProviders.ITickLabelViewModel, based on the data-value passed in. Invokes SciChart.Charting.Visuals.Axes.LabelProviders.LabelProviderBase.FormatLabel to format the specified data-value passed in. (Inherited from SciChart.Charting.Visuals.Axes.LabelProviders.NumericLabelProvider)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies 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