ActiveReports 8
ValueCategoryAxis Class
Members  See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ValueCategoryAxis Class

Glossary Item Box

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

ValueCategoryAxis Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ValueCategoryAxis 
C# 
public sealed class ValueCategoryAxis 

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.ValueCategoryAxis

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also