HighchartsSeriesDataLabelsTextPathOptions class
Options for a label text which should follow marker's shape. Border and background are disabled for a label that follows a path.
Note: Only SVG-based renderer supports this option. Setting
useHTML
to true will disable this option.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.dataLabels.textPath
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSeriesDataLabelsTextPathOptions
Constructors
- HighchartsSeriesDataLabelsTextPathOptions.new({dynamic attributes, bool? enabled})
- Options for a label text which should follow marker's shape. Border and background are disabled for a label that follows a path.
Properties
- attributes ↔ dynamic
-
Presentation attributes for the text path.
getter/setter pair
- enabled ↔ bool?
-
Enable or disable
textPath
option for link's or marker's data labels.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- 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