Chart.ChartBorderSkin 属性

Gets or sets 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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ChartBorderSkin
A ChartBorderSkin object.

请参阅

参考

Chart 类

Microsoft.ReportingServices.RdlObjectModel 命名空间