GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / Height Property


In This Topic
Height Property (SpreadSurfaceChartView)
In This Topic
Syntax
'Declaration
 
<TypeConverterAttribute(System.Windows.LengthConverter)>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
Public Property Height As Double
 
'Usage
 
Dim instance As SpreadSurfaceChartView
Dim value As Double
 
instance.Height = value
 
value = instance.Height
See Also