C# 클래스 LiveCharts.Charts.ChartCore

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
ChartCore ( ) : System

Initializes the ChartCore class.

메소드 상세

CalculateComponentsAndMargin() 공개 메소드

Calculates the components and margin.
public CalculateComponentsAndMargin ( ) : void
리턴 void

ChartCore() 보호된 메소드

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

ClearZoom() 공개 메소드

Clears the zoom.
public ClearZoom ( ) : void
리턴 void

Drag() 공개 메소드

Drags the specified delta.
public Drag ( CorePoint delta ) : void
delta LiveCharts.Dtos.CorePoint The delta.
리턴 void

PlaceLegend() 공개 메소드

Places the legend.
public PlaceLegend ( CoreRectangle drawMargin ) : CoreRectangle
drawMargin LiveCharts.Dtos.CoreRectangle The draw margin.
리턴 LiveCharts.Dtos.CoreRectangle

PrepareAxes() 공개 메소드

Prepares the axes.
public PrepareAxes ( ) : void
리턴 void

RunSpecializedChartComponents() 공개 메소드

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

StackPoints() 보호된 메소드

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.
리턴 void

ZoomIn() 공개 메소드

Zooms the in.
public ZoomIn ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
리턴 void

ZoomOut() 공개 메소드

Zooms the out.
public ZoomOut ( CorePoint pivot ) : void
pivot LiveCharts.Dtos.CorePoint The pivot.
리턴 void