The BaselineColor property returns or sets the Baseline properties for a bar map. Returns a LineFormat object. This is a read-only property.
Syntax
object.BaselineColor
Example 1
This example demonstrates how to change a bar map's base line color to red.
BarMap.BaselineColor.Color = mvColorRed
Example 2
This example shows how to return the baseline width.
Debug.Print BarMap.BaselineColor.Width
Used by: BarMap object