Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.