'Declaration
<System.ComponentModel.CategoryAttribute("Dimensions")> <System.ComponentModel.DescriptionAttribute("Controls the chart area height in model units")> <System.ComponentModel.DefaultValueAttribute(55)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Height As System.Single
'Usage
Dim instance As NChart Dim value As System.Single instance.Height = value value = instance.Height
[System.ComponentModel.Category("Dimensions")] [System.ComponentModel.Description("Controls the chart area height in model units")] [System.ComponentModel.DefaultValue(55)] [System.Xml.Serialization.XmlAttribute()] public System.float Height {get; set;}