Skip to content

ChartPointLine

ChartPointLine #

color #

color: ColorValue | None = None

The line's color.

dash_pattern #

dash_pattern: list[int] | None = None

The line's dash pattern.

width #

width: Number = 2

The line's width.

copy_with #

copy_with(
    *,
    color: ColorValue | None = None,
    width: Number | None = None,
    dash_pattern: list[int] | None = None,
) -> ChartPointLine

Returns a copy of this object with the specified properties overridden.