Gets or sets whether the words of the legend labels are wrapped. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA bool value that specifies whether legend labels are wrapped. RemarksWhen the legend labels are too long they might be automatically broken into several lines. If LegendWordWrap is set to true, only whole words are drawn at each line. In this case, provide enough space for the words to be drawn in order to avoid overlapping of labels. The property for setting the width of the legend is LegendWidth. Default value for the LegendWordWrap property is false. See Also |