Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.