ChartCirclePoint
Draws a circle.
Inherits: ChartPointShape
Properties
color- The fill color to use for the circle.radius- The radius of the circle.stroke_color- The stroke color to use for the circlestroke_width- The stroke width to use for the circle.
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 circle.
stroke_colorclass-attributeinstance-attribute
stroke_color: ColorValue | None = NoneThe stroke color to use for the circle
Methods
copy
copy(
color: ColorValue | None = None,
radius: Number | None = None,
stroke_color: ColorValue | None = None,
stroke_width: Number | None = None,
) -> ChartCirclePointReturns a copy of this object with the specified properties overridden.