ChartAxis.ChartMajorGridLines 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 or sets the major gridlines that should be displayed for this axis.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ ChartMajorGridLines { Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartGridLines ChartMajorGridLines { get; set; }
member this.ChartMajorGridLines : Microsoft.ReportingServices.RdlObjectModel.ChartGridLines with get, set
Public Property ChartMajorGridLines As ChartGridLines
Property Value
A ChartGridLines object.