Chart.BorderSkin 属性

Gets the border skin of the entire chart image.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property BorderSkin As ChartBorderSkin
    Get
用法
Dim instance As Chart
Dim value As ChartBorderSkin

value = instance.BorderSkin
public ChartBorderSkin BorderSkin { get; }
public:
property ChartBorderSkin^ BorderSkin {
    ChartBorderSkin^ get ();
}
member BorderSkin : ChartBorderSkin
function get BorderSkin () : ChartBorderSkin