ChartAxis.MajorGridLines Property
Gets the major grid lines for the chart axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MajorGridLines As ChartGridLines
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.MajorGridLines
public ChartGridLines MajorGridLines { get; }
public:
property ChartGridLines^ MajorGridLines {
ChartGridLines^ get ();
}
member MajorGridLines : ChartGridLines
function get MajorGridLines () : ChartGridLines
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartGridLines
A ChartGridLines object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace