C# Class LiveCharts.Charts.CartesianChartCore

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

Méthodes publiques

Méthode Description
CartesianChartCore ( IChartView view, ChartUpdater updater ) : System

Initializes Chart model

DrawOrUpdateSections ( ) : void

Draws the or update sections.

PrepareAxes ( ) : void

Prepares Chart Axes

RunSpecializedChartComponents ( ) : void

Runs the specialized chart components.

Private Methods

Méthode Description
PrepareSeries ( ) : void
PrepareStackedAreas ( ) : void
PrepareStackedColumns ( ) : void
PrepareStackedRows ( ) : void
PrepareUnitWidth ( ) : void
PrepareVerticalStackedAreas ( ) : void
PrepareWeight ( ) : void

Method Details

CartesianChartCore() public méthode

Initializes Chart model
public CartesianChartCore ( IChartView view, ChartUpdater updater ) : System
view IChartView The view.
updater ChartUpdater The updater.
Résultat System

DrawOrUpdateSections() public méthode

Draws the or update sections.
public DrawOrUpdateSections ( ) : void
Résultat void

PrepareAxes() public méthode

Prepares Chart Axes
public PrepareAxes ( ) : void
Résultat void

RunSpecializedChartComponents() public méthode

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