C# 클래스 LiveCharts.Uwp.Components.AxisSeparatorElement

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AxisSeparatorElement ( SeparatorElementCore model ) : System

Initializes a new instance of the AxisSeparatorElement class.

Clear ( IChartView chart ) : void

Clears the specified chart.

FadeIn ( AxisCore axis, ChartCore chart ) : void

Fades the in.

FadeOutAndRemove ( ChartCore chart ) : void

Fades the out and remove.

Move ( ChartCore chart, AxisCore axis, AxisOrientation direction, int axisIndex, double toLabel, double toLine, double tab ) : void

Moves the specified chart.

Place ( ChartCore chart, AxisCore axis, AxisOrientation direction, int axisIndex, double toLabel, double toLine, double tab ) : void

Places the specified chart.

Remove ( ChartCore chart ) : void

Removes the specified chart.

UpdateLabel ( string text, AxisCore axis, AxisOrientation source ) : LabelEvaluation

Updates the label.

메소드 상세

AxisSeparatorElement() 공개 메소드

Initializes a new instance of the AxisSeparatorElement class.
public AxisSeparatorElement ( SeparatorElementCore model ) : System
model SeparatorElementCore The model.
리턴 System

Clear() 공개 메소드

Clears the specified chart.
public Clear ( IChartView chart ) : void
chart IChartView The chart.
리턴 void

FadeIn() 공개 메소드

Fades the in.
public FadeIn ( AxisCore axis, ChartCore chart ) : void
axis AxisCore The axis.
chart LiveCharts.Charts.ChartCore The chart.
리턴 void

FadeOutAndRemove() 공개 메소드

Fades the out and remove.
public FadeOutAndRemove ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore The chart.
리턴 void

Move() 공개 메소드

Moves the specified chart.
public Move ( ChartCore chart, AxisCore axis, AxisOrientation direction, int axisIndex, double toLabel, double toLine, double tab ) : void
chart LiveCharts.Charts.ChartCore The chart.
axis AxisCore The axis.
direction AxisOrientation The direction.
axisIndex int Index of the axis.
toLabel double To label.
toLine double To line.
tab double The tab.
리턴 void

Place() 공개 메소드

Places the specified chart.
public Place ( ChartCore chart, AxisCore axis, AxisOrientation direction, int axisIndex, double toLabel, double toLine, double tab ) : void
chart LiveCharts.Charts.ChartCore The chart.
axis AxisCore The axis.
direction AxisOrientation The direction.
axisIndex int Index of the axis.
toLabel double To label.
toLine double To line.
tab double The tab.
리턴 void

Remove() 공개 메소드

Removes the specified chart.
public Remove ( ChartCore chart ) : void
chart LiveCharts.Charts.ChartCore The chart.
리턴 void

UpdateLabel() 공개 메소드

Updates the label.
public UpdateLabel ( string text, AxisCore axis, AxisOrientation source ) : LabelEvaluation
text string The text.
axis AxisCore The axis.
source AxisOrientation The source.
리턴 LabelEvaluation