[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartLegend.GetContentSize

GetContentSize Method

GetContentSize(Graphics, Size)

Calculates the chart content size.

Declaration
protected override Size GetContentSize(Graphics g, Size sz)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Size sz

The size of content area.

Returns
Type Description
Size

The size of chart content.

Overrides