Partager via


Propriété ChartAxis.ChartMajorGridLines

Gets or sets the major gridlines that should be displayed for this axis.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ChartMajorGridLines As ChartGridLines 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.

Voir aussi

Référence

ChartAxis Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel