C# Class LiveCharts.AxisCore

Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Private Properties

Property Type Description
CalculateSeparator void
Formatter string
FromPreviousState double
InitializeGarbageCollector void
PrepareChart LiveCharts.CoreMargin
UpdateSeparators void

Public Methods

Method 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

Method 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 method

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

ClearSeparators() public method

Clears the separators.
public ClearSeparators ( ) : void
return void

GetFormatter() public method

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