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.
|
Method | Description | |
---|---|---|
PrepareSeries ( ) : void | ||
PrepareStackedAreas ( ) : void | ||
PrepareStackedColumns ( ) : void | ||
PrepareStackedRows ( ) : void | ||
PrepareUnitWidth ( ) : void | ||
PrepareVerticalStackedAreas ( ) : void | ||
PrepareWeight ( ) : void |
public CartesianChartCore ( IChartView view, ChartUpdater updater ) : System | ||
view | IChartView | The view. |
updater | ChartUpdater | The updater. |
return | System |
public RunSpecializedChartComponents ( ) : void | ||
return | void |