DrawMarginFrame<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

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

Type parameters:
TDrawingContext The type of the drawing context.
Inheritance:
Object =>
ChartElement<TDrawingContext> =>
DrawMarginFrame<TDrawingContext>
Implements:
IChartElement<TDrawingContext>
Derived:
DrawMarginFrame<TSizedGeometry, TDrawingContext>

Properties

Gets or sets the stroke.
Type: IPaint<TDrawingContext>
Gets or sets the fill.
Type: IPaint<TDrawingContext>
Tag
Gets or sets the object that contains data about the control.
Type: Object

Events

Occurs when a property value changes.
Handler definition: PropertyChangedEventHandler

Methods

// Invalidates the IChartElement`1 in the user interface.
Chart<TDrawingContext> chart// The chart.
)
// Deletes the IPaint`1 instances that changed from the user interface.
IChartView<TDrawingContext> chart// The chart.
)
// Removes the element from the UI.
Chart<TDrawingContext> chart// The chart.
)