Udostępnij za pośrednictwem


Chart.ChartBorderSkin Property

Gets or sets a border skin for the chart.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartBorderSkin As ChartBorderSkin 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ChartBorderSkin
A ChartBorderSkin object.

See Also

Reference

Chart Class

Microsoft.ReportingServices.RdlObjectModel Namespace