IChartSeries<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a series a chart series that has a visual representation in the user interface.
| TDrawingContext | The type of the drawing context. |
Derived:
Properties
Gets or sets the data labels paint.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>
Gets or sets the size of the data labels.
Type: Double
Type: Double
Gets or sets the data labels rotation in degrees.
Type: Double
Type: Double
Gets or sets the data labels padding.
Type: Padding
Type: Padding
Gets or sets the max width of the data labels.
Type: Double
Type: Double
Methods
// Gets the stack group, normally used internally to handled the stacked series.
// Return the visual element shown in tooltips and legends.
| ChartPoint point, | // The point. |
| Int32 zindex | // The zindex. |
)
// Called when the pointer goes down on a data point or points.
| IChartView chart, | // The chart. |
| IEnumerable<ChartPoint> points, | // The found points. |
| LvcPoint pointerLocation | // The pointer location. |
)