ComponentOne FinancialChart for WPF
Border Property



C1.WPF.Chart Namespace > DataLabelBase Class : Border Property
Gets or sets a value indicating whether the label has border.
Syntax
'Declaration
 
Public Property Border As Boolean
'Usage
 
Dim instance As DataLabelBase
Dim value As Boolean
 
instance.Border = value
 
value = instance.Border
public bool Border {get; set;}
public:
property bool Border {
   bool get();
   void set (    bool value);
}
See Also

Reference

DataLabelBase Class
DataLabelBase Members