ChartCrossPoint
Inherits: ChartPointShape
Draws a cross-mark (X).
Properties
-
color
(ColorValue | None
) –The fill color to use for the
-
size
(Number
) –The size of the cross-mark.
-
width
(Number
) –The thickness of the cross-mark.
Methods
-
copy
–Returns a copy of this object with the specified properties overridden.
Properties#
Methods#
copy
#
copy(
*,
color: ColorValue | None = None,
size: Number | None = None,
width: Number | None = None,
) -> ChartCrossPoint
Returns a copy of this object with the specified properties overridden.