[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartLegend.GetContentWidth

GetContentWidth Method

GetContentWidth(Graphics, int)

Calculates the chart content width.

Declaration
protected override int GetContentWidth(Graphics g, int height)
Protected Overrides Function GetContentWidth(g As Graphics, height As Integer) As Integer
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

int height

The height of chart content.

Returns
Type Description
int

The width of chart content.

Overrides