MindFusion.Charting 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 _
)

JavaScript  Copy Code

function DrawLegendLabelRect (labelIndex)

 Parameters

labelIndex
the index of the legend label

 See Also