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
Gets the paint schedule, normally handled internally to display tool tips and legends.
Type: Sketch<TDrawingContext>
Type: Sketch<TDrawingContext>
Methods
// Gets the stack group, normally used internally to handled the stacked series.
// 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. |
)