C# Class LiveCharts.AxisCore

Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Private Properties

Свойство Type Description
CalculateSeparator void
Formatter string
FromPreviousState double
InitializeGarbageCollector void
PrepareChart LiveCharts.CoreMargin
UpdateSeparators void

Méthodes publiques

Méthode Description
AxisCore ( IAxisView view ) : System

Initializes a new instance of the AxisCore class.

ClearSeparators ( ) : void

Clears the separators.

GetFormatter ( ) : string>.Func

Gets the formatter.

Private Methods

Méthode Description
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

Method Details

AxisCore() public méthode

Initializes a new instance of the AxisCore class.
public AxisCore ( IAxisView view ) : System
view IAxisView The view.
Résultat System

ClearSeparators() public méthode

Clears the separators.
public ClearSeparators ( ) : void
Résultat void

GetFormatter() public méthode

Gets the formatter.
public GetFormatter ( ) : string>.Func
Résultat string>.Func