Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AxisSeparatorElement ( SeparatorElementCore model ) : System |
Initializes a new instance of the AxisSeparatorElement class.
|
|
Clear ( IChartView chart ) : void |
Clears the specified chart.
|
|
FadeIn ( AxisCore axis, |
Fades the in.
|
|
FadeOutAndRemove ( |
Fades the out and remove.
|
|
Move ( |
Moves the specified chart.
|
|
Place ( |
Places the specified chart.
|
|
Remove ( |
Removes the specified chart.
|
|
UpdateLabel ( string text, AxisCore axis, AxisOrientation source ) : LabelEvaluation |
Updates the label.
|
public AxisSeparatorElement ( SeparatorElementCore model ) : System | ||
model | SeparatorElementCore | The model. |
Résultat | System |
public Clear ( IChartView chart ) : void | ||
chart | IChartView | The chart. |
Résultat | void |
public FadeIn ( AxisCore axis, |
||
axis | AxisCore | The axis. |
chart | The chart. | |
Résultat | void |
public FadeOutAndRemove ( |
||
chart | The chart. | |
Résultat | void |
public Move ( |
||
chart | 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. |
Résultat | void |
public Place ( |
||
chart | 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. |
Résultat | void |
public Remove ( |
||
chart | The chart. | |
Résultat | void |
public UpdateLabel ( string text, AxisCore axis, AxisOrientation source ) : LabelEvaluation | ||
text | string | The text. |
axis | AxisCore | The axis. |
source | AxisOrientation | The source. |
Résultat | LabelEvaluation |