NumericCategoryTickCoordinatesProvider Class Methods
For a list of all members of this type, see NumericCategoryTickCoordinatesProvider members.
Public Methods
Name | Description | |
---|---|---|
![]() | GetTickCoordinates | Overridden. Converts arrays of major and minor ticks (data values) into TickCoordinates structure containing pixel coordinates. |
![]() | 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) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CalculateTickCoords | (Inherited from SciChart.Charting.Numerics.CoordinateProviders.DefaultTickCoordinatesProvider) |
![]() | IsInBounds | Checks whether GridLinesPanel contains passed coordinate (Inherited from SciChart.Charting.Numerics.CoordinateProviders.DefaultTickCoordinatesProvider) |
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