HighchartsCreditsOptions class
Highchart by default puts a credits label in the lower right corner of the chart. This can be changed using these options.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsCreditsOptions
Constructors
- HighchartsCreditsOptions.new({bool? enabled, String? href, String? mapText, String? mapTextFull, HighchartsCreditsPositionOptions? position, HighchartsCreditsStyleOptions? style, String? text})
- Highchart by default puts a credits label in the lower right corner of the chart. This can be changed using these options.
Properties
- enabled ↔ bool?
-
Whether to show the credits text.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- href ↔ String?
-
The URL for the credits label.
getter/setter pair
- mapText ↔ String?
-
Credits for map source to be concatenated with conventional credit
text. By default this is a format string that collects copyright
information from the map if available.
getter/setter pair
- mapTextFull ↔ String?
-
Detailed credits for map source to be displayed on hover of credits
text. By default this is a format string that collects copyright
information from the map if available.
getter/setter pair
- position ↔ HighchartsCreditsPositionOptions?
-
Position configuration for the credits label.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style ↔ HighchartsCreditsStyleOptions?
-
CSS styles for the credits label.
getter/setter pair
- text ↔ String?
-
The text for the credits label.
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