PolarScaler
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Measure
Summary:
Defines the polar scaler class, this class helps to scale from the data scale to the user interface scale and vise versa.
Object
=>
PolarScaler
Constructors
// Initializes a new instance of the PolarScaler class.
| LvcPoint drawMarginLocation, | // The draw margin location. |
| LvcSize drawMarginSize, | // Size of the draw margin. |
| IPolarAxis angleAxis, | // The radius axis. |
| IPolarAxis radiusAxis, | // The angle axis. |
| Single innerRadius, | // The inner radius. |
| Single initialRotation, | // The initial rotation. |
| Single totalAngle, | // The total angle. |
| Boolean usePreviousScale | // Indicates if the scaler should be built based on the previous known data. |
)
Properties
Gets the inner radius.
Type: Double
Type: Double