GaugeGenerator
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Extensions
Summary:
The gauge generator class.
Object
=>
GaugeGenerator
Methods
// Builds a solid Gauge, it generates a series collectio of
PieSeries`3, these series
are ready to be plotted in a pie chart, and will render the gauge, this reuses all the power and
functionality of the PieChartEngine class.
| GaugeItem[] items | // The items. |
)
// Builds an angular Gauge, it generates a series collectio of
PieSeries`3, these series
are ready to be plotted in a pie chart, and will render the gauge, this reuses all the power and
functionality of the PieChartEngine class.
| GaugeItem[] items | // The items. |
)