MindFusion.Wpf Pack Programmer's Guide
SurfaceChart.ColorMapList Property
See Also
 





Gets or sets the colors of the color map. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public SortedList<Double, Color> ColorMapList { get; set; }

Visual Basic  Copy Code

Public Property ColorMapList As SortedList(Of Double, Color)

 Property Value

A map that specifies the colors corresponding to chart values.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace