ComponentOne FinancialChart for WPF
LegendTextWrapping Property



C1.WPF.Chart Namespace > FlexChartBase Class : LegendTextWrapping Property
Gets or sets legend text wrap mode.
Syntax
'Declaration
 
Public Property LegendTextWrapping As TextWrapping
'Usage
 
Dim instance As FlexChartBase
Dim value As TextWrapping
 
instance.LegendTextWrapping = value
 
value = instance.LegendTextWrapping
public TextWrapping LegendTextWrapping {get; set;}
public:
property TextWrapping LegendTextWrapping {
   TextWrapping get();
   void set (    TextWrapping value);
}
See Also

Reference

FlexChartBase Class
FlexChartBase Members