C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / PlotStyle Property


In This Topic
PlotStyle Property
In This Topic
Gets or sets chart plot area style.
Syntax
'Declaration
 
Public Property PlotStyle As ChartStyle
 
'Usage
 
Dim instance As ChartBase
Dim value As ChartStyle
 
instance.PlotStyle = value
 
value = instance.PlotStyle
See Also