ICartesianSeries<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a Cartesian series.
Type parameters:
TDrawingContext
|
The type of the drawing context.
|
Implements:
Derived:
BarSeries<TModel,
TVisual,
TLabel,
TDrawingContext>
BoxSeries<TModel,
TVisual,
TLabel,
TMiniatureGeometry,
TDrawingContext>
ColumnSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TErrorGeometry>
FinancialSeries<TModel,
TVisual,
TLabel,
TMiniatureGeometry,
TDrawingContext>
HeatSeries<TModel,
TVisual,
TLabel,
TDrawingContext>
LineSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry,
TErrorGeometry>
RowSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TErrorGeometry>
StackedAreaSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry,
TErrorGeometry>
StepLineSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry>
Properties
Gets or sets the axis index where the series is scaled in the X plane, the index must exist
in the
XAxes collection.
Type:
Int32
Gets or sets the axis index where the series is scaled in the Y plane, the index must exist
in the
YAxes collection.
Type:
Int32
Gets or sets the data labels translate transform, the property is of type
LvcPoint,
where the
X property is in normalized units (from 0 to 1), where 1 is the width of the label and
the
Y property is also in normalized units (from 0 to 1), where 1 is the height of the label.
Type:
Nullable<LvcPoint>
Gets or sets the clipping mode, clipping restricts the series and labels for being drawn outside of the chart area (DrawMargin),
default is
XY, and means that anything outside the chart bounds will be ignored.
Type:
ClipMode
Methods