ChartAxis.ChartMajorGridLines 属性
Indicates major gridlines should be displayed for this axis.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ChartMajorGridLines As ChartGridLines
Get
Set
用法
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.ChartMajorGridLines
instance.ChartMajorGridLines = value
public ChartGridLines ChartMajorGridLines { get; set; }
public:
property ChartGridLines^ ChartMajorGridLines {
ChartGridLines^ get ();
void set (ChartGridLines^ value);
}
member ChartMajorGridLines : ChartGridLines with get, set
function get ChartMajorGridLines () : ChartGridLines
function set ChartMajorGridLines (value : ChartGridLines)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.