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


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