C# 클래스 LiveCharts.AxisCore

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

Private Properties

프로퍼티 타입 설명
CalculateSeparator void
Formatter string
FromPreviousState double
InitializeGarbageCollector void
PrepareChart LiveCharts.CoreMargin
UpdateSeparators void

공개 메소드들

메소드 설명
AxisCore ( IAxisView view ) : System

Initializes a new instance of the AxisCore class.

ClearSeparators ( ) : void

Clears the separators.

GetFormatter ( ) : string>.Func

Gets the formatter.

비공개 메소드들

메소드 설명
CalculateSeparator ( ChartCore chart, AxisOrientation source ) : void
Formatter ( double x ) : string
FromPreviousState ( double value, AxisOrientation source, ChartCore chart ) : double
InitializeGarbageCollector ( ) : void
PrepareChart ( AxisOrientation source, ChartCore chart ) : LiveCharts.CoreMargin
UpdateSeparators ( AxisOrientation source, ChartCore chart, int axisIndex ) : void

메소드 상세

AxisCore() 공개 메소드

Initializes a new instance of the AxisCore class.
public AxisCore ( IAxisView view ) : System
view IAxisView The view.
리턴 System

ClearSeparators() 공개 메소드

Clears the separators.
public ClearSeparators ( ) : void
리턴 void

GetFormatter() 공개 메소드

Gets the formatter.
public GetFormatter ( ) : string>.Func
리턴 string>.Func