Udostępnij przez


Właściwość ChartAxis.ChartMajorGridLines

Wskazuje główne linie siatki ma być wyświetlany dla tej oś.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ChartMajorGridLines As ChartGridLines
    Get
    Set
'Użycie
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)