C# Класс LiveCharts.Charts.ChartCore

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CalculateComponentsAndMargin ( ) : void

Calculates the components and margin.

ClearZoom ( ) : void

Clears the zoom.

Drag ( CorePoint delta ) : void

Drags the specified delta.

PlaceLegend ( CoreRectangle drawMargin ) : CoreRectangle

Places the legend.

PrepareAxes ( ) : void

Prepares the axes.

RunSpecializedChartComponents ( ) : void

Runs the specialized chart components.

ZoomIn ( CorePoint pivot ) : void

Zooms the in.

ZoomOut ( CorePoint pivot ) : void

Zooms the out.

Защищенные методы

Метод Описание
ChartCore ( IChartView view, ChartUpdater updater ) : System

Initializes a new instance of the ChartCore class.

StackPoints ( IEnumerable stackables, AxisOrientation stackAt, int stackIndex, StackMode mode = StackMode.Values ) : void

Stacks the points.

Приватные методы

Метод Описание
ChartCore ( ) : System

Initializes the ChartCore class.

Описание методов

CalculateComponentsAndMargin() публичный Метод

Calculates the components and margin.
public CalculateComponentsAndMargin ( ) : void
Результат void

ChartCore() защищенный Метод

Initializes a new instance of the ChartCore class.
protected ChartCore ( IChartView view, ChartUpdater updater ) : System
view IChartView The view.
updater ChartUpdater The updater.
Результат System

ClearZoom() публичный Метод

Clears the zoom.
public ClearZoom ( ) : void
Результат void

Drag() публичный Метод

Drags the specified delta.
public Drag ( CorePoint delta ) : void
delta LiveCharts.Dtos.CorePoint The delta.
Результат void

PlaceLegend() публичный Метод

Places the legend.
public PlaceLegend ( CoreRectangle drawMargin ) : CoreRectangle
drawMargin LiveCharts.Dtos.CoreRectangle The draw margin.
Результат LiveCharts.Dtos.CoreRectangle

PrepareAxes() публичный Метод

Prepares the axes.
public PrepareAxes ( ) : void
Результат void

RunSpecializedChartComponents() публичный Метод

Runs the specialized chart components.
public RunSpecializedChartComponents ( ) : void
Результат void

StackPoints() защищенный Метод

Stacks the points.
protected StackPoints ( IEnumerable stackables, AxisOrientation stackAt, int stackIndex, StackMode mode = StackMode.Values ) : void
stackables IEnumerable The stackables.
stackAt AxisOrientation The stack at.
stackIndex int Index of the stack.
mode StackMode The mode.
Результат void

ZoomIn() публичный Метод

Zooms the in.
public ZoomIn ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
Результат void

ZoomOut() публичный Метод

Zooms the out.
public ZoomOut ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
Результат void