[]
        
(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()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.GridLines?text=GridLines" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
ShowGridLines
<p>Gets or sets a value indicating whether the gridlines are shown.
Style
<p>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