CoreDrawMarginFrame
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

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

Inheritance:
Object =>
ChartElement =>
CoreDrawMarginFrame
Implements:
Derived:
CoreDrawMarginFrame<TSizedGeometry>

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.
)