BaseGaugeItem<TSeries>
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Extensions

Summary:
Defines an item for a gauge series.

Type parameters:
TSeries The type of the series.
Inheritance:
Object =>
BaseGaugeItem<TSeries>
Derived:

Constructors

// Initializes a new instance of the GaugeItem class.
ObservableValue value, // The value.
Action<TSeries> builder// The builder.
)

Properties

Gets or sets the value.
Type: ObservableValue
Gets or sets the series builder.
Type: Action<TSeries>
Gets a value indicating whether this instance is specific to the fill series.
Type: Boolean
Gets a constant value that represents the background series.
Type: Double