[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValueCategoryAxis

ValueCategoryAxis Class

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.

Inheritance
ValueCategoryAxis
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ValueCategoryAxis : IValidateable

Constructors

Name Description
ValueCategoryAxis()

Initializes a new instance of the ValueCategoryAxis class.

Properties

Name Description
Axis

Gets or sets the display properties for the category or value axis.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the ValueCategoryAxis object.

Extension Methods