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 or sets the minor gridlines that should be displayed for this axis.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartMinorGridLines As ChartGridLines
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.ChartMinorGridLines
instance.ChartMinorGridLines = value
public ChartGridLines ChartMinorGridLines { get; set; }
public:
property ChartGridLines^ ChartMinorGridLines {
ChartGridLines^ get ();
void set (ChartGridLines^ value);
}
member ChartMinorGridLines : ChartGridLines with get, set
function get ChartMinorGridLines () : ChartGridLines
function set ChartMinorGridLines (value : ChartGridLines)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.