MindFusion WinForms Programmer's Guide
LineChart.DrawLegendLabelRect Method
See Also
 





Draw the rectangles before each legend label

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected virtual void DrawLegendLabelRect (
    int labelIndex
)

Visual Basic  Copy Code

Protected Overridable Sub DrawLegendLabelRect( _
    labelIndex As Integer _
)

 Parameters

labelIndex

the index of the legend label

 Remarks

This method is used internally by the control and is not intended to be called by your code.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace