DrawMarginFrame
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView

Summary:
Defines a visual frame in the draw margin of the chart.

Inheritance:
Implements:

Properties

Gets or sets the stroke.
Type: Paint
Gets or sets the fill.
Type: Paint
Tag
Gets or sets the object that contains data about the control.
Type: Object
Gets or sets a value indicating whether the element is visible.
Type: Boolean

Events

Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler

Methods

// Invalidates the IChartElement in the user interface.
Chart chart// The chart.
)
// Deletes the Paint instances that changed from the user interface.
IChartView chart// The chart.
)
// Removes the element from the UI.
Chart chart// The chart.
)