PieSliceData

data class PieSliceData(val startAngle: AngularValue, val angle: AngularValue)

Defines the angular position of a single Pie Slice in terms of the starting angle for the slice, startAngle, and the angular size of the slice, angle. 0-degrees is to the right and angles increase in the clockwise direction.

Constructors

Link copied to clipboard
constructor(startAngle: AngularValue, angle: AngularValue)

Properties

Link copied to clipboard
Link copied to clipboard