ASP.NET Pack Programmer's Guide
Chart.CalcRect Method
See Also
 





Calculates the size of the chart's rectangle.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public static Rectangle CalcRect (
    Chart chart
)

Visual Basic  Copy Code

Public Shared Function CalcRect ( _
    chart As Chart _
) As Rectangle

 Parameters

chart

A Chart object to measure.

 Return Value

An instance of .NET Rectangle structure that specifies the chart's size.

 Remarks

This method calculates the initial size of the chart.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace