PlotType

interface PlotType

PlotType is a sealed class to define the types of supported graphs/plots

Inheritors

Types

Link copied to clipboard
object Bar : PlotType
Link copied to clipboard
object Donut : PlotType
Link copied to clipboard
object Line : PlotType
Link copied to clipboard
object Pie : PlotType
Link copied to clipboard
object Wave : PlotType