Chart3DLineAttributes

12 Sep 20251 minute to read

Interface representing attributes for a 3D chart line.

Properties

id string

The data attribute for the line.

opacity number

The opacity of the line.

stroke string

The color of the line stroke.

stroke-dasharray string

The dash pattern of the line stroke.

stroke-width number

The width of the line stroke.

x1 number

The x-coordinate of the starting point of the line.

x2 number

The x-coordinate of the ending point of the line.

y1 number

The y-coordinate of the starting point of the line.

y2 number

The y-coordinate of the ending point of the line.