Gets or sets the width of the legend's rectangle. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA float value that specifies the maximum length of the chart legend, in points. RemarksWhen LegendWidth is set to float.NaN the control calculates automatically the width of the legend so that all LegendLabels could fit in without being broken into several lines. When the LegendWidth is custom-set, the legend value is considered to include the LegendBorderMargin, the space for the color indicators before each legend label and and so on. If space is not enough, LegendLabels are broken into several lines. Words are kept whole if LegendWordWrap is set to true. See Also |