AxisInfo

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Enthält Informationen über einen Achsschlagtest, siehe Punkt für weitere Informationen

Erbt von: BindableObject

Eigenschaften

AxisAlignment
public AxisAlignment AxisAlignment { get; set; }
value = axisInfo.AxisAlignment
axisInfo.AxisAlignment = value

Bekommt oder setzt die aktuelle Achsenausrichtung

AxisFormattedDataValue
public string AxisFormattedDataValue { get; set; }
value = axisInfo.AxisFormattedDataValue
axisInfo.AxisFormattedDataValue = value

Erhaltet oder legt einen Wert für formatierte Daten mit der Axis.FormatText-Methode fest

AxisId
public string AxisId { get; set; }
value = axisInfo.AxisId
axisInfo.AxisId = value

Bekommt oder setzt die aktuelle Achsen-ID

AxisTitle
public string AxisTitle { get; set; }
value = axisInfo.AxisTitle
axisInfo.AxisTitle = value

Bekommt oder setzt den aktuellen Achsentitel

CursorFormattedDataValue
public string CursorFormattedDataValue { get; set; }
value = axisInfo.CursorFormattedDataValue
axisInfo.CursorFormattedDataValue = value

Erhaltet oder legt einen Cursor Formatierte Datenwert mit der Axis.FormatCursorText -Methode fest

DataValue
public IComparable DataValue { get; set; }
value = axisInfo.DataValue
axisInfo.DataValue = value

Bekommt oder setzt die DataValue @ am Achstreffer-Testpunkt

IsHorizontal
public bool IsHorizontal { get; set; }
value = axisInfo.IsHorizontal
axisInfo.IsHorizontal = value

Bekommt oder legt die aktuelle Ausrichtung fest und gibt an, ob die IAxis horizontal ist oder nicht

IsMasterChartAxis
public bool IsMasterChartAxis { get; set; }
value = axisInfo.IsMasterChartAxis
axisInfo.IsMasterChartAxis = value

Bekommt oder setzt den Wert, der angibt, dass die zugehörige Achse zur Oberfläche gehört, wo ursprünglich ein Mausereignis aufgetreten ist.

IsXAxis
public bool IsXAxis { get; set; }
value = axisInfo.IsXAxis
axisInfo.IsXAxis = value

Bekommt oder stellt fest, ob die aktuelle Achse eine X-Achse ist oder nicht