The YAxis1 property describes the Y Axis values and alignment of those values on the left side of the chart.
Chart types that are added to an instance of a GraphChart via the OverLays may reference either YAxis1
(on the left) or YAxis2 (on the right). See the constructors for LineOverLay, StackedOverLay and
StackedPieOverLay for more information.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public YAxis YAxis1 { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property YAxis1 As YAxis |
| Visual C++ |
|---|
public: property YAxis^ YAxis1 { YAxis^ get (); void set (YAxis^ value); } |