Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadialScale

Represents a radial scale.

Hierarchy

Index

Properties

android

android: any

indicators

indicators: ObservableArray

Gets or sets the collection of indicators of the scale.

ios

ios: any

maximum

maximum: number

Gets or sets the maximum range of the scale.

minimum

minimum: number

Gets or sets the minimum range of the scale.

radius

radius: number

Gets or sets the radius of the scale. The value should be normalized. A value of 1 means that the radius will match the smaller dimension of the gauge.

scaleStyle

scaleStyle: ScaleStyle

Gets or sets the style of the scale.

startAngle

startAngle: number

Gets or sets the start angle of the scale.

sweepAngle

sweepAngle: number

Gets or sets the sweep angle of the scale.

Static indicatorsProperty

indicatorsProperty: Property

Identifies the indicators dependency property.

Static maximumProperty

maximumProperty: Property

Identifies the maximum dependency property.

Static minimumProperty

minimumProperty: Property

Identifies the minimum dependency property.

Static radiusProperty

radiusProperty: Property

Identifies the radius dependency property.

Static scaleStyleProperty

scaleStyleProperty: Property

Identifies the {@link style} dependency property.

Static startAngleProperty

startAngleProperty: Property

Identifies the startAngle dependency property.

Static sweepAngleProperty

sweepAngleProperty: Property

Identifies the sweepAngle dependency property.

Generated using TypeDoc