Search
Component.Height Property
See Also
 






Gets or sets a fixed height for this component.

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