C# Класс LiveCharts.Uwp.Components.AxisSeparatorElement

Наследование: ISeparatorElementView
Показать файл Открыть проект Примеры использования класса

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