Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace