property Chart.HistogramZOrder as String
Specifies the z-order of the bars to be shown within the chart's histogram.

TypeDescription
String A string expression that defines the z-order of the bars to be shown within the chart's histogram. The list can include one or more names separated by the comma character
By default, the HistogramZOrder property is empty, which indicates that it has no effect. The HistogramZOrder property defines the z-order of the bars to be shown within the chart's histogram. The Name property defines the bar's name. For instance, let's say we have defined the new type of bars A, and B so the HistogramZOrder: "A,B" shows as:

while HistogramZOrder on "B,A" shows as: