ICartesianSeries
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a Cartesian series.
Derived:
Properties
Gets or sets the data labels position.
Type: DataLabelsPosition
Type: DataLabelsPosition
Gets or sets the tooltip label formatter in the X axis, the function receives a ChartPoint instance and must return a string.
Type: Func<ChartPoint, String>
Type: Func<ChartPoint, String>
Gets or sets the tooltip label formatter in the Y axis, the function receives a ChartPoint instance and must return a string.
Type: Func<ChartPoint, String>
Type: Func<ChartPoint, String>
Methods
// Gets the series bounds.
| Chart chart, | // The chart. |
| ICartesianAxis x, | // The x. |
| ICartesianAxis y | // The y. |
)