[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartLegend.GetContentHeight

GetContentHeight Method

GetContentHeight(Graphics, int)

The content height by width.

Declaration
protected override int GetContentHeight(Graphics g, int width)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

int width

The content width.

Returns
Type Description
int

The content height.

Overrides