Skip to main content

ChartCrossPoint

Draws a cross-mark (X).

Inherits: ChartPointShape

Properties

  • color - The fill color to use for the cross-mark(X).
  • size - The size of the cross-mark.
  • width - The thickness of the cross-mark.

Methods

  • copy - Returns a copy of this object with the specified properties overridden.

Properties

colorclass-attributeinstance-attribute

color: Optional[ColorValue] = None

The fill color to use for the cross-mark(X).

sizeclass-attributeinstance-attribute

size: Number = 8.0

The size of the cross-mark.

widthclass-attributeinstance-attribute

width: Number = 2.0

The thickness of the cross-mark.

Methods

copy

copy(color: Optional[ColorValue] = None, size: Optional[Number] = None, width: Optional[Number] = None)

Returns a copy of this object with the specified properties overridden.