dk.sdu.cloud.accounting.api.LineChart.Line

UCloud Developer Guide / Accounting and Project Management / Accounting / Visualization of Usage

LineChart.Line

data class Line(
    val name: String,
    val points: List<LineChart.Point>,
)
Properties

Last updated