Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadSurfaceChart Class / ColorPalette Property


In This Topic
    ColorPalette Property (SpreadSurfaceChart)
    In This Topic
    Gets or sets the color palette of surface chart.
    Syntax
    'Declaration
     
    Public Property ColorPalette As List(Of Color)
    'Usage
     
    Dim instance As SpreadSurfaceChart
    Dim value As List(Of Color)
     
    instance.ColorPalette = value
     
    value = instance.ColorPalette
    public List<Color> ColorPalette {get; set;}

    Property Value

    The color palette of surface chart.
    See Also