Dundas.SharePoint.Charting.WebParts Send comments on this topic.
PaletteCustomColors Property
See Also 
Dundas.Charting.WebControl Namespace > Series Class : PaletteCustomColors Property


Array of custom palette colors.

Syntax

Visual Basic (Declaration)  
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.ColorArrayConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<CategoryAttribute("Appearance")>
<SerializationVisibilityAttribute()>
<DescriptionAttribute("Sets or gets an array of custom palette colors for data points of the Series. This property has a higher priortity than the Palette property of Series.")>
Public Property PaletteCustomColors As Color()
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value() As Color
 
instance.PaletteCustomColors = value
 
value = instance.PaletteCustomColors
C#  
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.ColorArrayConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[CategoryAttribute("Appearance")]
[SerializationVisibilityAttribute()]
[DescriptionAttribute("Sets or gets an array of custom palette colors for data points of the Series. This property has a higher priortity than the Palette property of Series.")]
public Color[] PaletteCustomColors {get; set;}

Remarks

When this custom colors array is non-empty the Palette property is ignored.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also