Gets or sets the heatmap colors.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public ColorBlend Colors { get; set; } |
Visual Basic Copy Code |
---|
Public Property Colors As ColorBlend |
A System.Drawing.Drawing2D.ColorBlend specifying color gradient. The default instance contains blue, yellow and red colors.
Accumulated intensity values scaled by MaxIntensity are mapped to colors from this gradient.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |