HighchartsTitleStyleOptions class

CSS styles for the title. Use this for font styling, but use align, x and y for text alignment.

Note that the default title.minScale option also affects the rendered font size. In order to keep the font size fixed regardless of title length, set minScale to 1.

In styled mode, the title style is given in the .highcharts-title class.

API Docs: https://api.highcharts.com/highcharts/title.style

Inheritance

Constructors

HighchartsTitleStyleOptions.new({String? color, String? fontWeight})
CSS styles for the title. Use this for font styling, but use align, x and y for text alignment.

Properties

color String?
Highcharts Options Widget.
getter/setter pair
fontWeight String?
Highcharts Options Widget.
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