MindFusion.Charting Programmer's Guide

Chart.LegendBorder Property

See Also
 





Gets or sets the type of the legend border.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Border LegendBorder { get; set; }

Visual Basic  Copy Code

Public Property LegendBorder As Border

 Property Value

One of the Border Enumeration values. Default is Border.Rectangle.

 Remarks

The border rectangle is drawn with LegendPen and filled with LegendBackgroundBrush. The space between the border and the LegendLabels is set with LegendBorderMargin

 See Also