ChartSquarePoint
ChartSquarePoint
#
Bases: ChartPointShape
Draws a square.
copy_with
#
copy_with(
*,
color: ColorValue | None = None,
size: Number | None = None,
stroke_color: ColorValue | None = None,
stroke_width: Number | None = None,
) -> ChartSquarePoint
Returns a copy of this object with the specified properties overridden.