Table of Contents

Cluster chart

ClusterChart - is the special type of chart to display the volumes in the form of clusters with the bar charts. To use this type of the chart it is necessary to set the special style ChartCandleElement.DrawStyle = ChartCandleDrawStyles.ClusterProfile. This chart uses the information from the Candle.PriceLevels property as source data.

Gui ClasterChart

Main properties

An example of using this type of chart is in Samples/Common/SampleChart.

Tip

To switch between the chart types, use the settings button (gear), located in the upper left corner of the chart.