Partilhar via


Propriedade do RDL ChartAxis.MinorGridLines

Gets the minor grid lines for the axis.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MinorGridLines As ChartGridLines 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartGridLines
A ChartGridLines object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering