C# Class LiveCharts.Charts.ChartCore

Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
ChartCore ( ) : System

Initializes the ChartCore class.

Method Details

CalculateComponentsAndMargin() public méthode

Calculates the components and margin.
public CalculateComponentsAndMargin ( ) : void
Résultat void

ChartCore() protected méthode

Initializes a new instance of the ChartCore class.
protected ChartCore ( IChartView view, ChartUpdater updater ) : System
view IChartView The view.
updater ChartUpdater The updater.
Résultat System

ClearZoom() public méthode

Clears the zoom.
public ClearZoom ( ) : void
Résultat void

Drag() public méthode

Drags the specified delta.
public Drag ( CorePoint delta ) : void
delta LiveCharts.Dtos.CorePoint The delta.
Résultat void

PlaceLegend() public méthode

Places the legend.
public PlaceLegend ( CoreRectangle drawMargin ) : CoreRectangle
drawMargin LiveCharts.Dtos.CoreRectangle The draw margin.
Résultat LiveCharts.Dtos.CoreRectangle

PrepareAxes() public méthode

Prepares the axes.
public PrepareAxes ( ) : void
Résultat void

RunSpecializedChartComponents() public méthode

Runs the specialized chart components.
public RunSpecializedChartComponents ( ) : void
Résultat void

StackPoints() protected méthode

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.
Résultat void

ZoomIn() public méthode

Zooms the in.
public ZoomIn ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
Résultat void

ZoomOut() public méthode

Zooms the out.
public ZoomOut ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
Résultat void