AxisInfo

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Proporciona información sobre una operación de prueba de axis hit, véase Point) para más información

Hereda de: BindableObject

Propiedades

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

Obtiene o establece la alineación actual del eje

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

Obtiene o establece un valor de datos con formato utilizando el método Axis.FormatText

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

Obtiene o establece el actual Axis Id

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

Obtiene o establece el actual Título del eje

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

Obtiene o establece un valor de datos con formato Cursor, utilizando el método Axis.FormatCursorText

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

Obtiene o establece el DataValue en el punto de prueba de axis

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

Obtiene o establece la orientación actual, indicando si el IAxis es horizontal o no

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

Obtiene o establece el valor, indicando que el eje asociado pertenece a la superficie, donde se produjo un evento del ratón originalmente.

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

Obtiene o establece si el eje actual es un eje X o no