Propriété ChartBorderSkin
Defines a border skin for the chart.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartBorderSkin As ChartBorderSkin
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartBorderSkin
A ChartBorderSkin object.