SKDefaultLegend
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts

Summary:
Defines the default legend for a chart.

Inheritance:
Object =>
SKDefaultLegend
Implements:

Constructors

// Initializes a new instance of the SKDefaultLegend class.

Properties

Gets or sets the legend font paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the background paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fonts size.
Type: Double

Methods

// Draws the legend for the specified chart.
Chart<SkiaSharpDrawingContext> chart// The chart.
)
// Measures the control.
Chart<SkiaSharpDrawingContext> chart// The chart that holds the control.
)