ComponentOne Chart for WPF and Silverlight
CustomPalette Property


C1.WPF.C1Chart Namespace > C1Chart Class : CustomPalette Property
Gets or sets the custom brushes array for the plot elements.
Syntax
'Declaration
 
Public Property CustomPalette As System.Collections.IEnumerable
'Usage
 
Dim instance As C1Chart
Dim value As System.Collections.IEnumerable
 
instance.CustomPalette = value
 
value = instance.CustomPalette
public System.Collections.IEnumerable CustomPalette {get; set;}
See Also

Reference

C1Chart Class
C1Chart Members