API / Configuration / AxisPlotLine
Defined in: src/types/chart/axis.ts:136
Extends
Properties
Property | Type | Description |
---|---|---|
color? |
string |
The color of the plot line (hex, rgba). |
dashStyle? |
"Dash" | "DashDot" | "Dot" | "LongDash" | "LongDashDot" | "LongDashDotDot" | "ShortDash" | "ShortDashDot" | "ShortDashDotDot" | "ShortDot" | "Solid" |
Option for line stroke style. |
label? |
object |
- |
label.padding? |
number |
The pixel padding for label. Default 5 |
label.style? |
Partial <BaseTextStyle > |
- |
label.text |
string |
- |
layerPlacement? |
PlotLayerPlacement |
Place the line behind or above the chart. |
opacity? |
number |
Individual opacity for the line. Default 1 |
value? |
number |
The position of the line in axis units. |
width? |
number |
Pixel width of the plot line. Default 1 |
Previous
Next