In This Topic
Used as a Category axis in a chart, the element defines the category (X) axis. There must be a corresponding DataPoint for each StaticCategories member. Used as a Value axis, the element defines the data (Y) axis.
Object Model
Syntax
'Declaration
Public NotInheritable Class ValueCategoryAxis
Implements IValidateable
public sealed class ValueCategoryAxis : IValidateable
Inheritance Hierarchy
System.Object
GrapeCity.ActiveReports.PageReportModel.ValueCategoryAxis
See Also