Charting for WinForms Programmer's Guide
GridRow.MeasuredSize Method
See Also
 






Returns the row's measured height.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> MeasuredSize ()

Visual Basic  Copy Code

Public Function MeasuredSize () As Nullable(Of Double)

 Return Value

A double value representing the row's height.

 See Also

GridRow Members
GridRow Class
MindFusion.Charting.Components Namespace