HighchartsGaugeSeriesDialOptions class

Options for the dial or arrow pointer of the gauge.

In styled mode, the dial is styled with the .highcharts-gauge-series .highcharts-dial rule.

API Docs: https://api.highcharts.com/highcharts/series.gauge.dial

Inheritance

Constructors

HighchartsGaugeSeriesDialOptions.new({String? backgroundColor, String? baseLength, double? baseWidth, String? borderColor, double? borderWidth, dynamic path, String? radius, String? rearLength, double? topWidth})
Options for the dial or arrow pointer of the gauge.

Properties

backgroundColor String?
The background or fill color of the gauge's dial.
getter/setter pair
baseLength String?
The length of the dial's base part, relative to the total radius or length of the dial.
getter/setter pair
baseWidth double?
The pixel width of the base of the gauge dial. The base is the part closest to the pivot, defined by baseLength.
getter/setter pair
borderColor String?
The border color or stroke of the gauge's dial. By default, the borderWidth is 0, so this must be set in addition to a custom border color.
getter/setter pair
borderWidth double?
The width of the gauge dial border in pixels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path ↔ dynamic
An array with an SVG path for the custom dial.
getter/setter pair
radius String?
The radius or length of the dial, in percentages relative to the radius of the gauge itself.
getter/setter pair
rearLength String?
The length of the dial's rear end, the part that extends out on the other side of the pivot. Relative to the dial's length.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topWidth double?
The width of the top of the dial, closest to the perimeter. The pivot narrows in from the base to the top.
getter/setter pair

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