MindFusion.Charting Programmer's Guide

Chart.CalcRect Method

See Also
 





Calculates the size of the chart's rectangle.

Namespace: MindFusion.Charting.WebForms
Assembly: 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

JavaScript  Copy Code

function CalcRect (chart)

 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