Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StackedAreaSeries Class / Percent Property


In This Topic
Percent Property (StackedAreaSeries)
In This Topic
Gets or sets whether the areas are stacked or 100% stacked.
Syntax
'Declaration
 
Public Property Percent As Boolean
 
'Usage
 
Dim instance As StackedAreaSeries
Dim value As Boolean
 
instance.Percent = value
 
value = instance.Percent
See Also