C# 클래스 LiveCharts.Charts.CartesianChartCore

상속: ChartCore
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
PrepareSeries ( ) : void
PrepareStackedAreas ( ) : void
PrepareStackedColumns ( ) : void
PrepareStackedRows ( ) : void
PrepareUnitWidth ( ) : void
PrepareVerticalStackedAreas ( ) : void
PrepareWeight ( ) : void

메소드 상세

CartesianChartCore() 공개 메소드

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

DrawOrUpdateSections() 공개 메소드

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

PrepareAxes() 공개 메소드

Prepares Chart Axes
public PrepareAxes ( ) : void
리턴 void

RunSpecializedChartComponents() 공개 메소드

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