Proprietà MinorGridLines
Gets the minor grid lines for the axis.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MinorGridLines As ChartGridLines
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartGridLines
A ChartGridLines object.
Vedere anche