Udostępnij przez


Właściwość Chart.ChartBorderSkin

Definiuje karnację obramowania wykresu.

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

Składnia

'Deklaracja
Public Property ChartBorderSkin As ChartBorderSkin
    Get
    Set
'Użycie
Dim instance As Chart
Dim value As ChartBorderSkin

value = instance.ChartBorderSkin

instance.ChartBorderSkin = value
public ChartBorderSkin ChartBorderSkin { get; set; }
public:
property ChartBorderSkin^ ChartBorderSkin {
    ChartBorderSkin^ get ();
    void set (ChartBorderSkin^ value);
}
member ChartBorderSkin : ChartBorderSkin with get, set
function get ChartBorderSkin () : ChartBorderSkin
function set ChartBorderSkin (value : ChartBorderSkin)