Search
GridRow.Height Property
See Also
 






Gets or sets fixed height for this row.

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

 Syntax

C#  Copy Code

public Nullable<Double> Height { get; set; }

Visual Basic  Copy Code

Public Property Height As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also