MappedChartEntity
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Defaults
Summary:
Defines the MappedChartEntity class, a helper class to map any object that does not implements IChartEntity,
when you need a better performance you should implement IChartEntity in your DTOs, the default objects in the library
already implement IChartEntity.
Object
=>
MappedChartEntity
Properties
Gets or sets the meta data, the additional data required by LiveCharts to draw a point.
Type: ChartEntityMetaData
Type: ChartEntityMetaData
Gets or sets the coordinate, the position of the point in the chart.
Type: Coordinate
Type: Coordinate