Compartir a través de


ChartBorderSkin Propiedad

Defines a border skin for the chart.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property ChartBorderSkin As ChartBorderSkin
    Get
    Set
'Uso
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)