'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); }