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


In This Topic
CustomPalette Property
In This Topic
Gets or sets the custom chart palette.
Syntax
'Declaration
 
Public Property CustomPalette As IList(Of Color)
 
'Usage
 
Dim instance As ChartBase
Dim value As IList(Of Color)
 
instance.CustomPalette = value
 
value = instance.CustomPalette
See Also