CoreSection
Class

Assembly LiveChartsCore
Namespace LiveChartsCore

Summary:
Defines a visual section in a chart.

Inheritance:
Object =>
ChartElement =>
CoreSection
Implements:
Derived:
CoreSection<TSizedGeometry, TLabelGeometry>

Properties

Gets or sets the stroke.
Type: Paint
Gets or sets the fill.
Type: Paint
Gets or sets the label paint.
Type: Paint
Xi
Gets or sets the xi, the value where the section starts at the X axis, set the property to null (or double.NaN) to indicate that the section must start at the beginning of the X axis, default is null.
Type: Nullable<Double>
Xj
Gets or sets the xj, the value where the section ends and the X axis. set the property to null (or double.NaN) to indicate that the section must go to the end of the X axis, default is null.
Type: Nullable<Double>
Yi
Gets or sets the yi, the value where the section starts and the Y axis. set the property to null (or double.NaN) to indicate that the section must start at the beginning of the Y axis, default is null.
Type: Nullable<Double>
Yj
Gets or sets the yj, the value where the section ends and the Y axis. set the property to null (or double.NaN) to indicate that the section must go to the end of the Y axis, default is null.
Type: Nullable<Double>
Gets or sets the axis index where the section is scaled in the X plane, the index must exist in the XAxes collection.
Type: Int32
Gets or sets the axis index where the section is scaled in the Y plane, the index must exist in the YAxes collection.
Type: Int32
Gets or sets the index of the z axis.
Type: Nullable<Int32>
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.
)