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: Optional[list[int]] = NoneThe line's dash pattern.
Methods
copy
copy(color: Optional[ColorValue] = None, width: Optional[Number] = None, dash_pattern: Optional[list[int]] = None, gradient: Optional[Gradient] = None)Returns a copy of this object with the specified properties overridden.