Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.4 KB

cluster_chart.md

File metadata and controls

17 lines (11 loc) · 1.4 KB

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 IChartCandleElement.DrawStyle = ChartCandleDrawStyles.ClusterProfile. This chart uses the information from the Candle.PriceLevels property as source data.

Gui ClasterChart

Main properties

  • ChartCandleElement.ClusterLineColor - the basic cluster line color.
  • ChartCandleElement.ClusterTextColor - the volumes values color on the chart.
  • ChartCandleElement.ClusterColor - the main bars color in the clusters histograms.
  • ChartCandleElement.ClusterMaxColor - the maximum volume bar color in the clusters histograms.

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.