Table of Contents

Box chart

BoxChart - is the special type of chart for displaying the volumes in the form of a numbers grid. To use this chart type, it is necessary to set the special style ChartCandleElement.DrawStyle = ChartCandleDrawStyles.BoxVolume This chart uses the information from the Candle.PriceLevels property as source data.

Gui BoxChart

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.