MindFusion.Wpf Pack Programmer's Guide
AxisRenderer.XAxis Property
See Also
 





The X-axis of the chart.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public Axis XAxis { get; set; }

Visual Basic  Copy Code

Public Property XAxis As Axis

 Property Value

An instance of the Axis class.

 Remarks

Some of the settings of the X-axis are used by the AxisRenderer when calculating the position of the axis and its labels.

 See Also

AxisRenderer Members
AxisRenderer Class
MindFusion.RealTimeCharting.Wpf Namespace