Charting for WinForms Programmer's Guide
Component.DesiredHeight Property
See Also
 






A nullable double value specifying the component's desired height. Valid only after calling Measure.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property DesiredHeight As Nullable(Of Double)

 Property Value

 See Also

Component Members
Component Class
MindFusion.Charting.Components Namespace