Gets or sets right value axis for the chart. Axis with default values is used by default if there's at least one chart assigned to this axis. This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

See Also