ASP.NET Pack Programmer's Guide
Chart.DrawLegendLabelSquare Method
See Also
 





Draws a square before the legend label.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

protected void DrawLegendLabelSquare (
    int labelIndex,
    Pen outlinePen,
    Brush fillBrush
)

Visual Basic  Copy Code

Protected Sub DrawLegendLabelSquare( _
    labelIndex As Integer, _
    outlinePen As Pen, _
    fillBrush As Brush _
)

 Parameters

labelIndex

The index of the label.

outlinePen

The pen for the square outlining.

fillBrush

The brush for the square fill.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace