HighchartsBulletSeriesTargetOptions class
All options related with look and positioning of targets.
API Docs: https://api.highcharts.com/highcharts/series.bullet.targetOptions
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsBulletSeriesTargetOptions
Constructors
Properties
- borderColor ↔ String?
-
The border color of the rectangle representing the target. When
not set, the point's border color is used.
getter/setter pair
- borderRadius ↔ double?
-
The border radius of the rectangle representing the target.
getter/setter pair
- borderWidth ↔ double?
-
The border width of the rectangle representing the target.
getter/setter pair
- color ↔ String?
-
The color of the rectangle representing the target. When not set,
point's color (if set in point's options -
color
) or zone of the target value (ifzones
ornegativeColor
are set) or the same color as the point has is used.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
The height of the rectangle representing the target.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ dynamic
-
The width of the rectangle representing the target. Could be set
as a pixel value or as a percentage of a column width.
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