ChartPointLine
Defines style of a line.
Properties
color- The line's color.dash_pattern- The line's dash pattern.gradient- The line's gradient.width- The line's width.
Methods
copy- Returns a copy of this object with the specified properties overridden.
Properties
dash_patternclass-attributeinstance-attribute
dash_pattern: list[int] | None = NoneThe line's dash pattern.
Methods
copy
copy(
color: ColorValue | None = None,
width: Number | None = None,
dash_pattern: list[int] | None = None,
gradient: Gradient | None = None,
) -> ChartPointLineReturns a copy of this object with the specified properties overridden.