Chart.ChartBorderSkin 属性

Defines a border skin for the chart.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ChartBorderSkin As ChartBorderSkin
    Get
    Set
用法
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)