Share via


ChartAxis.MinorGridLines Property

Gets the minor grid lines for the axis.

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

Syntax

'Declaration
Public ReadOnly Property MinorGridLines As ChartGridLines 
    Get
'Usage
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

Property Value

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

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace