Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the minor 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 ChartMinorGridLines As ChartGridLines
Get
Set
'Utilisation
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.ChartMinorGridLines
instance.ChartMinorGridLines = value
public ChartGridLines ChartMinorGridLines { get; set; }
public:
property ChartGridLines^ ChartMinorGridLines {
ChartGridLines^ get ();
void set (ChartGridLines^ value);
}
member ChartMinorGridLines : ChartGridLines with get, set
function get ChartMinorGridLines () : ChartGridLines
function set ChartMinorGridLines (value : ChartGridLines)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.