ColorRampLegendItem.LabelColor Property
Gets or sets the color of the numeric labels.
Syntax
public System.Drawing.Color LabelColor { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The color of the numeric labels.
Remarks
To omit the labels completely, use a fully transparent color, for example [0,0,0,0].
Platforms
Windows, Linux, Android