DrawMarginFrame<TSizedGeometry, TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

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

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

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

// Measures the specified chart.
Chart<TDrawingContext> chart// The chart.
)