ChartPoint
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines a point in a chart.
Object
=>
ChartPoint
Constructors
// Initializes a new instance of the ChartPoint class.
IChartView chart, | // The chart. |
ISeries series, | // The series. |
IChartEntity entity | // The entity. |
)
Properties
Gets a new instance of an empty chart point.
Type: ChartPoint
Type: ChartPoint
Gets or sets the coordinate.
Type: Coordinate
Type: Coordinate
Gets or sets the primary value.
Type: Double
Type: Double
Gets or sets the secondary value.
Type: Double
Type: Double
Gets or sets the tertiary value.
Type: Double
Type: Double
Gets or sets the quaternary value.
Type: Double
Type: Double
Gets or sets the quinary value.
Type: Double
Type: Double
Gets or sets the stacked value, if the point do not belongs to a stacked series then this property is null.
Type: StackedValue
Type: StackedValue
Gets the point as data label.
Type: String
Type: String
Gets the context.
Type: ChartPointContext
Type: ChartPointContext