HighchartsGaugeSeriesPivotOptions class
Options for the pivot or the center point of the gauge.
In styled mode, the pivot is styled with the
.highcharts-gauge-series .highcharts-pivot
rule.
API Docs: https://api.highcharts.com/highcharts/series.gauge.pivot
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsGaugeSeriesPivotOptions
Constructors
- HighchartsGaugeSeriesPivotOptions.new({String? backgroundColor, String? borderColor, double? borderWidth, double? radius})
- Options for the pivot or the center point of the gauge.
Properties
- backgroundColor ↔ String?
-
The background color or fill of the pivot.
getter/setter pair
- borderColor ↔ String?
-
The border or stroke color of the pivot. In able to change
this, the borderWidth must also be set to something other
than the default 0.
getter/setter pair
- borderWidth ↔ double?
-
The border or stroke width of the pivot.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- radius ↔ double?
-
The pixel radius of the pivot.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited