Search
GridColumn.MeasuredSize Method
See Also
 






Returns the column's measured width.

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 column's width.

 See Also