scaleIntervalStyles property

List<ScaleIntervalStyle> scaleIntervalStyles
final

A list of styles that determine how each unit interval is rendered.

Each entry in the list represents a different style for a unit interval. This allows customization of appearance, such as color or font size, for each unit.

Implementation

final List<ScaleIntervalStyle> scaleIntervalStyles;