HighchartsSunburstSeriesLevelsOptions class
Set options on specific levels. Takes precedence over series options, but not point options.
API Docs: https://api.highcharts.com/highcharts/series.sunburst.levels
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSunburstSeriesLevelsOptions
Constructors
- HighchartsSunburstSeriesLevelsOptions.new({String? borderColor, String? borderDashStyle, double? borderWidth, String? color, bool? colorByPoint, HighchartsSunburstSeriesLevelsColorVariationOptions? colorVariation, HighchartsSunburstSeriesLevelsDataLabelsOptions? dataLabels, double? level, dynamic levelSize})
- Set options on specific levels. Takes precedence over series options, but not point options.
Properties
- borderColor ↔ String?
-
Can set a
borderColor
on all points which lies on the same level.getter/setter pair - borderDashStyle ↔ String?
-
Can set a
borderDashStyle
on all points which lies on the same level.getter/setter pair - borderWidth ↔ double?
-
Can set a
borderWidth
on all points which lies on the same level.getter/setter pair - color ↔ String?
-
Can set a
color
on all points which lies on the same level.getter/setter pair - colorByPoint ↔ bool?
-
Determines whether the chart should receive one color per point based
on this level.
getter/setter pair
- colorVariation ↔ HighchartsSunburstSeriesLevelsColorVariationOptions?
-
Can set a
colorVariation
on all points which lies on the same level.getter/setter pair - dataLabels ↔ HighchartsSunburstSeriesLevelsDataLabelsOptions?
-
Can set
dataLabels
on all points which lies on the same level.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ double?
-
Decides which level takes effect from the options set in the levels
object.
getter/setter pair
- levelSize ↔ dynamic
-
Can set a
levelSize
on all points which lies on the same level.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