Gets or sets name of the value axis against which to plot this series. If null or empty, the series should be plotted against the first value axis.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string ValueAxisName { get; set; }
Visual Basic
Public Property ValueAxisName As String
	Get
	Set

See Also