ComponentOne FinancialChart for WPF
Style Property (DataLabelBase)



C1.WPF.Chart Namespace > DataLabelBase Class : Style Property
Gets or sets the style of the label.
Syntax
'Declaration
 
Public Property Style As ChartStyle
'Usage
 
Dim instance As DataLabelBase
Dim value As ChartStyle
 
instance.Style = value
 
value = instance.Style
public ChartStyle Style {get; set;}
public:
property ChartStyle^ Style {
   ChartStyle^ get();
   void set (    ChartStyle^ value);
}
See Also

Reference

DataLabelBase Class
DataLabelBase Members