The YAxis2 property describes the Y Axis values and alignment of those values on the right 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:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public YAxis YAxis2 { get; set; }
Visual Basic (Declaration)
Public Property YAxis2 As YAxis
Visual C++
public:
property YAxis^ YAxis2 {
	YAxis^ get ();
	void set (YAxis^ value);
}

Field Value

Return Value

Remarks