The XAxis property describes the X Axis values and alignment of those values. The XAxis object should
be used for all chart types that are added to an instance of a GraphChart via the OverLays property.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public XAxis XAxis { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property XAxis As XAxis |
| Visual C++ |
|---|
public: property XAxis^ XAxis { XAxis^ get (); void set (XAxis^ value); } |