CoreSection<TSizedGeometry, TLabelGeometry>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a visual section in a chart.
Type parameters:
|
TSizedGeometry
|
The type of the sized geometry.
|
|
TLabelGeometry
|
The type of the label geometry.
|
Inheritance:
CoreSection<TSizedGeometry, TLabelGeometry>
Implements:
Derived:
Properties
Gets or sets the label, a string to be displayed within the section.
Type:
String
Gets or sets the label size.
Type:
Double
Gets or sets the stroke.
Type:
Paint
Gets or sets the fill.
Type:
Paint
Gets or sets the label paint.
Type:
Paint
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>
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>
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>
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 object that contains data about the control.
Type:
Object
Gets or sets a value indicating whether the element is visible.
Type:
Boolean
Events
Methods