ChartSquarePoint
        Inherits: ChartPointShape
Draws a square.
Properties
- 
          color(ColorValue | None) –The fill color to use for the square. 
- 
          size(Number) –The size of the square. 
- 
          stroke_color(ColorValue | None) –The stroke color to use for the square. 
- 
          stroke_width(Number) –The stroke width to use for the square. 
Methods
- 
            copy–Returns a copy of this object with the specified properties overridden. 
Properties#
class-attribute
      instance-attribute
  
#
color: ColorValue | None = None
The fill color to use for the square.
class-attribute
      instance-attribute
  
#
stroke_color: ColorValue | None = None
The stroke color to use for the square.
class-attribute
      instance-attribute
  
#
stroke_width: Number = 1.0
The stroke width to use for the square.
Methods#
copy(
    *,
    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.