ScaleBar.Color Property
Gets or sets the color for labels and for the lines of the graphic.
Syntax
public AttributeVariable< System.Drawing.Color > Color { get; set; }
Property Value
Default: Black, R: 0 G: 0 B: 0
The color for labels and for the lines of the graphic.
Remarks
This property often specifies a constant color that is used both for the labels and for the lines of the scale bar. But it is possible to specify an attribute variable that gives different colors for labels and lines. See the section Fine-tuning the visualization in the main class documentation.
Platforms
Windows, Linux, Android