[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.GridLines

GridLines Class

Defines the style properties for the major and minor gridlines along an axis in a chart.

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

Constructors

Name Description
GridLines()

Initializes a new instance of the GridLines class.

Properties

Name Description
ShowGridLines

Gets or sets a value indicating whether the gridlines are shown.

Style

Gets or sets the line style properties for the gridlines and tickmarks.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the GridLines object.

Extension Methods