ISeries<TModel>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a series.
| TModel | The type of the model. |
Derived:
Properties
Gets or sets the values.
Type: IReadOnlyCollection<TModel>
Type: IReadOnlyCollection<TModel>
Gets or sets the mapping.
Type: Func<TModel, Int32, Coordinate>
Type: Func<TModel, Int32, Coordinate>