C# Class LiveCharts.Charts.CartesianChartCore

Inheritance: ChartCore
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method 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

Method Description
PrepareSeries ( ) : void
PrepareStackedAreas ( ) : void
PrepareStackedColumns ( ) : void
PrepareStackedRows ( ) : void
PrepareUnitWidth ( ) : void
PrepareVerticalStackedAreas ( ) : void
PrepareWeight ( ) : void

Method Details

CartesianChartCore() public method

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

DrawOrUpdateSections() public method

Draws the or update sections.
public DrawOrUpdateSections ( ) : void
return void

PrepareAxes() public method

Prepares Chart Axes
public PrepareAxes ( ) : void
return void

RunSpecializedChartComponents() public method

Runs the specialized chart components.
public RunSpecializedChartComponents ( ) : void
return void