Stroke

interface Stroke

All the stroke properties needed to draw signs.

Stroke properties are hierarchically defined in the configuration.

You can first define them in the root configuration (@see ChartConfig) and then the child configuration (AxisConfig, LegendConfigImpl, MarkConfig, TooltipConfigImpl) will use the same by default.

Properties

strokeColor
Link copied to clipboard
common
abstract var strokeColor: Color?
The stroke Color, use null for no stroke.
strokeWidth
Link copied to clipboard
common
abstract var strokeWidth: Double?
The stroke thickness, null for no stroke.

Inheritors

AxisConfig
Link copied to clipboard
ChartConfig
Link copied to clipboard
CursorConfig
Link copied to clipboard
LegendConfig
Link copied to clipboard
MarkConfig
Link copied to clipboard
TooltipConfig
Link copied to clipboard