IScatterSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a scatter series.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
IStrokedAndFilled<TDrawingContext>
ICartesianSeries<TDrawingContext>
IErrorSeries<TDrawingContext>
Derived:
CoreScatterSeries<TModel, TVisual, TLabel, TDrawingContext, TErrorGeometry>
ScatterSeries<TModel>
ScatterSeries<TModel, TVisual>
ScatterSeries<TModel, TVisual, TLabel>

Properties

Gets or sets the size of the geometry.
Type: Double
Gets or sets the minimum size of the geometry.
Type: Double
Gets or sets and index for the stack group, if multiple weighed series share the same stack group, they will be stacked, defualt is null and means that it is not stacked.
Type: Nullable<Int32>