Search
Plot2D.XAxis Property
See Also
 






Gets or sets default Axis instance used to map X data coordinates of series rendered inside this plot to the plot's pixels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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.

 See Also