AxisInfo

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides information on an axis hit test operation, see Point) for more information

Inherits: BindableObject

Properties

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

Gets or sets the current Axis alignment

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

Gets or sets a Formatted data value using the Axis.FormatText method

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

Gets or sets the current Axis Id

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

Gets or sets the current Axis Title

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

Gets or sets a Cursor Formatted data value, using the Axis.FormatCursorText method

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

Gets or sets the DataValue at the axis hit test point

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

Gets or sets the current orientation, indicating whether IAxis is horizontal or not

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

Gets or sets the value, indicating that the associated axis belongs to the surface, where a mouse event occured originally. See IsMaster

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

Gets or sets whether the current axis is an X-Axis or not