ChartPoint<TModel, TVisual, TLabel>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines a point in a chart with known visual and label types.
| TModel | The type of the model. |
| TVisual | The type of the visual. |
| TLabel | The type of the label. |
Constructors
Properties
Gets the model, this is the actual object that represents the point in the chart.
Type: TModel
Type: TModel
Gets the visual.
Type: TVisual
Type: TVisual
Gets the label.
Type: TLabel
Type: TLabel
Gets or sets the coordinate.
Type: Coordinate
Type: Coordinate
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