/ Circular3d / Circular3DSegments
Search results

Circular3DSegments API in JavaScript Circular3d API control

Represents a segment in a circular 3D chart.

Properties

accessibilityText

string

Gets or sets the accessibility text of the segment.

actualEndValue

number

Gets or sets the actual ending value of the segment.

actualStartValue

number

Gets or sets the actual starting value of the segment.

center

Circular3DVector

Gets or sets the center of the segment in a circular 3D vector.

depth

number

Gets or sets the depth of the segment in the 3D series

endValue

number

Gets or sets the ending value of the segment.

inSideRadius

number

Gets or sets the inside radius of the segment.

index

number

Gets or sets the index of the segment.

pointIndex

number

Gets or sets the index of the point associated with the segment.

radius

number

Gets or sets the radius of the segment in the 3D series.

series

Circular3DSeries

Gets or sets the series to which the segment belongs.

startValue

number

Gets or sets the starting value of the segment.

visible

boolean

Gets or sets the visibility status of the segment.

yData

number

Gets or sets the YData associated with the segment.