property Bar.HistogramBorderColor as Color
Retrieves or sets a value that indicates the color to show the histogram's border.

TypeDescription
Color A Color expression that specifies the color for the frame being shown in the histogram. If 0, the property is ignored.
By default the HistogramBorderColor property is 0 which means that it has no effect. In this case, if the HistogramPattern property points to a predefined value, the color for the frame in the histogram is automatically determined by the HistogramColor property. Use the HistogramBorderSize property to specify the width of the frame being shown in the histogram, only when curves are shown ( the HistogramPattern property is not a predefined value, 256, 512, 1024, and so on ).

The following screen shot shows the histogram of bars using different size and color for the frame:

The following screen shot shows the bar's diagram if the HistogramPattern property is exPolygonCurve + exPatternEmpty, or simple exPolygonCurve, the AntiAliasing property is True, and the HistogramColor and HistogramBorderColor propertis have different values.

( HistogramPattern value is 256, AntiAliasing = True, HistogramColor != HistogramBorderColor  )

The following screen shot shows the bar's diagram if the HistogramPattern property is exRectangularCurve + exPatternEmpty, or simple exRectangularCurve, the AntiAliasing property is True, and the HistogramColor and HistogramBorderColor propertis have different values.

( HistogramPattern value is 2048, AntiAliasing = True, HistogramColor != HistogramBorderColor  )

The following screen shot shows the bar's diagram if the HistogramPattern property is exBezierCurve + exPatternEmpty, or simple exBezierCurve, the AntiAliasing property is True, and the HistogramColor and HistogramBorderColor propertis have different values.

( HistogramPattern value is 512, AntiAliasing = True, HistogramColor != HistogramBorderColor  )

The following screen shot shows the bar's diagram if the HistogramPattern property is exRoundCurve + exPatternEmpty, or simple exRoundCurve, the AntiAliasing property is True, and the HistogramColor and HistogramBorderColor propertis have different values.

( HistogramPattern value is 1024, AntiAliasing = True, HistogramColor != HistogramBorderColor  )