[]
        
(Showing Draft Content)

C1.Win.C1Chart3DBase.baseChartLegend.DrawEntryLabel

DrawEntryLabel Method

DrawEntryLabel(Graphics, Rectangle, string, string)

Draws the entry label.

Declaration
protected virtual void DrawEntryLabel(Graphics g, Rectangle r, string s, string su)
Protected Overridable Sub DrawEntryLabel(g As Graphics, r As Rectangle, s As String, su As String)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Rectangle r

Rectangle area to draw.

string s

The label string.

string su

The unique label string.