Skip to content

ChartCrossPoint

ChartCrossPoint #

Bases: ChartPointShape

Draws a cross-mark(X).

color #

color: ColorValue | None = None

The fill color to use for the cross-mark(X).

size #

size: Number = 8.0

The size of the cross-mark.

width #

width: Number = 2.0

The thickness of the cross-mark.

copy_with #

copy_with(
    *,
    color: ColorValue | None = None,
    size: Number | None = None,
    width: Number | None = None,
) -> ChartCrossPoint

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