Returns the row's measured height.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> MeasuredSize () |
Visual Basic
Copy Code
|
|---|
Public Function MeasuredSize () As Nullable(Of Double) |
A double value representing the row's height.
See Also