Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the major gridlines that should be displayed for this axis.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartMajorGridLines As ChartGridLines
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.ChartMajorGridLines
instance.ChartMajorGridLines = value
public ChartGridLines ChartMajorGridLines { get; set; }
public:
property ChartGridLines^ ChartMajorGridLines {
ChartGridLines^ get ();
void set (ChartGridLines^ value);
}
member ChartMajorGridLines : ChartGridLines with get, set
function get ChartMajorGridLines () : ChartGridLines
function set ChartMajorGridLines (value : ChartGridLines)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.