ChartAxis.MajorGridLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the major grid lines for the chart axis.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartGridLines ^ MajorGridLines { Microsoft::ReportingServices::OnDemandReportRendering::ChartGridLines ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartGridLines MajorGridLines { get; }
member this.MajorGridLines : Microsoft.ReportingServices.OnDemandReportRendering.ChartGridLines
Public ReadOnly Property MajorGridLines As ChartGridLines
Property Value
A ChartGridLines object.