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


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