ChartMajorGridLines-Eigenschaft
Indicates major gridlines 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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartGridLines
A ChartGridLines object.