Propriété MinorGridLines
Gets the minor grid lines for the axis.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MinorGridLines As ChartGridLines
Get
'Utilisation
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.MinorGridLines
public ChartGridLines MinorGridLines { get; }
public:
property ChartGridLines^ MinorGridLines {
ChartGridLines^ get ();
}
member MinorGridLines : ChartGridLines
function get MinorGridLines () : ChartGridLines
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartGridLines
A ChartGridLines object.
Voir aussi