StartAngle

sealed class StartAngle

Represents the start angle for a circular chart.

Inheritors

Types

Link copied to clipboard
data class CustomAngle(val angle: Float) : StartAngle

Custom start angle specified by the given angle in degrees.

Link copied to clipboard

Start angle of 270 degrees (reflex angle).

Link copied to clipboard

Start angle of 90 degrees (right angle).

Link copied to clipboard

Start angle of 180 degrees (straight angle).

Link copied to clipboard
object Zero : StartAngle

Start angle of 0 degrees.

Properties

Link copied to clipboard
open val angle: Float