Stroke
interface Stroke
Content copied to clipboard
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
The stroke Color, use null for no stroke.
strokeWidth
Link copied to clipboard
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