Compartir a través de


Chart.ChartBorderSkin Propiedad

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

Valor de la propiedad

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

Vea también

Referencia

Chart Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel