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>
FinancialSeries<TModel,
TVisual,
TLabel,
TMiniatureGeometry,
TDrawingContext>
HeatSeries<TModel,
TVisual,
TLabel,
TDrawingContext>
LineSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry,
TVisualPoint>
RowSeries<TModel,
TVisual,
TLabel,
TDrawingContext>
StackedAreaSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry,
TVisualPoint>
StepLineSeries<TModel,
TVisual,
TLabel,
TDrawingContext,
TPathGeometry,
TVisualPoint>
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>
Methods