AxisInfo
Enthält Informationen über einen Achsschlagtest, siehe Punkt für weitere Informationen
Erbt von: BindableObject
Eigenschaften
public AxisAlignment AxisAlignment { get; set; }
value = axisInfo.AxisAlignment
axisInfo.AxisAlignment = value
Bekommt oder setzt die aktuelle Achsenausrichtung
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
public string AxisId { get; set; }
value = axisInfo.AxisId
axisInfo.AxisId = value
Bekommt oder setzt die aktuelle Achsen-ID
public string AxisTitle { get; set; }
value = axisInfo.AxisTitle
axisInfo.AxisTitle = value
Bekommt oder setzt den aktuellen Achsentitel
public string CursorFormattedDataValue { get; set; }
value = axisInfo.CursorFormattedDataValue
axisInfo.CursorFormattedDataValue = value
Erhaltet oder legt einen Cursor Formatierte Datenwert mit der Axis.FormatCursorText -Methode fest
public IComparable DataValue { get; set; }
value = axisInfo.DataValue
axisInfo.DataValue = value
Bekommt oder setzt die DataValue @ am Achstreffer-Testpunkt
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
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.
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