Gets the X axis associated with this Renderer2D.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Axis XAxis { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XAxis As Axis |
An instance of the Axis class.
See Also