Gets or sets the pen for the legend's bounding rectangle. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.Pen property. RemarksLegends can be drawn with an outlining. When the legend's bounding rectangle is drawn the pen is set with LegendPen. When the property is set to null, no legend's bounding rectangle is drawn. The LegendPen is also used for drawing the legend grid. Legend grid is drawn when the LegendGridType property is not GridType.None. The columns of the legend labels can be set with LegendColumns. Default value for the LegendPen property is a black pen, width 1. See Also |