ChartCrossPoint
Draws a cross-mark (X).
Inherits: ChartPointShape
Properties
Methods
copy- Returns a copy of this object with the specified properties overridden.
Properties
colorclass-attributeinstance-attribute
color: ColorValue | None = NoneThe fill color to use for the cross-mark(X).
Methods
copy
copy(
color: ColorValue | None = None,
size: Number | None = None,
width: Number | None = None,
) -> ChartCrossPointReturns a copy of this object with the specified properties overridden.