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