PolarTickCoordinatesProvider Class Members
The following tables list the members exposed by PolarTickCoordinatesProvider.
Public Constructors
Name | Description | |
---|---|---|
![]() | PolarTickCoordinatesProvider Constructor |
Protected Fields
Name | Description | |
---|---|---|
![]() | _majorTickCoords | (Inherited from SciChart.Charting.Numerics.CoordinateProviders.DefaultTickCoordinatesProvider) |
![]() | _majorTicks | (Inherited from DefaultTickCoordinatesProvider) |
![]() | _minorTickCoords | (Inherited from DefaultTickCoordinatesProvider) |
![]() | _minorTicks | (Inherited from DefaultTickCoordinatesProvider) |
Public Properties
Name | Description | |
---|---|---|
![]() | ParentAxis | Gets the axis current provider instance was initialized with (Inherited from SciChart.Charting.Numerics.ProviderBase) |
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 | Overridden. Checks whether GridLinesPanel contains passed coordinate |
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