HCCreditsOptions class

(Highcharts, Highstock, Highmaps, Gantt) Highcharts by default puts a credits label in the lower right corner of the chart. This can be changed using these options.

Implemented types

Constructors

HCCreditsOptions({bool? enabled, dynamic events, String? href, String? mapText, String? mapTextFull, dynamic position, dynamic style, String? text, bool? useHTML})
const

Properties

enabled bool?
(Highcharts, Highstock, Highmaps, Gantt) Whether to show the credits text.
final
events → dynamic
(Highcharts, Highstock, Highmaps, Gantt) Events for the credits label.
final
hashCode int
The hash code for this object.
no setterinherited
href String?
(Highcharts, Highstock, Highmaps, Gantt) The URL for the credits label.
final
mapText String?
(Highmaps) 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.
final
mapTextFull String?
(Highmaps) 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.
final
position → dynamic
(Highcharts, Highstock, Highmaps, Gantt) Position configuration for the credits label.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → dynamic
(Highcharts, Highstock, Highmaps, Gantt) CSS styles for the credits label.
final
text String?
(Highcharts, Highstock, Highmaps, Gantt) The text for the credits label.
final
useHTML bool?
(Highcharts, Highstock, Highmaps, Gantt) Whether to render the credits as HTML
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited