ChartCirclePoint
Inherits: ChartPointShape
Draws a circle.
Properties
-
color(Optional[ColorValue]) –The fill color to use for the circle.
-
radius(Optional[Number]) –The radius of the circle.
-
stroke_color(Optional[ColorValue]) –The stroke color to use for the circle
-
stroke_width(Number) –The stroke width to use for the circle.
Methods
-
copy–Returns a copy of this object with the specified properties overridden.
Properties#
color
class-attribute
instance-attribute
#
color: Optional[ColorValue] = None
The fill color to use for the circle.
radius
class-attribute
instance-attribute
#
The radius of the circle.
stroke_color
class-attribute
instance-attribute
#
stroke_color: Optional[ColorValue] = None
The stroke color to use for the circle
stroke_width
class-attribute
instance-attribute
#
stroke_width: Number = 0
The stroke width to use for the circle.
Methods#
copy
#
copy(
*,
color: Optional[ColorValue] = None,
radius: Optional[Number] = None,
stroke_color: Optional[ColorValue] = None,
stroke_width: Optional[Number] = None,
) -> ChartCirclePoint
Returns a copy of this object with the specified properties overridden.