PointType

interface PointType

Represents the type of a point in a chart.

Inheritors

Types

Link copied to clipboard
object Fill : PointType

A filled point type.

Link copied to clipboard
data class Stroke(val strokeWidth: Float = 4.0f) : PointType

A stroke point type with a specified stroke width.