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

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

Syntax

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

See Also