ChartAxis.ChartMinorGridLines Property

Definition

Gets or sets the minor gridlines that should be displayed for this axis.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ ChartMinorGridLines { Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartGridLines ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartGridLines ChartMinorGridLines { get; set; }
member this.ChartMinorGridLines : Microsoft.ReportingServices.RdlObjectModel.ChartGridLines with get, set
Public Property ChartMinorGridLines As ChartGridLines

Property Value

A ChartGridLines object.

Applies to