C# Class LiveCharts.Uwp.Components.AxisSeparatorElement

Inheritance: ISeparatorElementView
Datei anzeigen Open project: beto-rodriguez/Live-Charts Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

AxisSeparatorElement() public method

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

Clear() public method

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

FadeIn() public method

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

FadeOutAndRemove() public method

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

Move() public method

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.
return void

Place() public method

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.
return void

Remove() public method

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

UpdateLabel() public method

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