Skip to content

Histogram Field

Summary

Plot Indicator result as a histogram.

Signature

1
public static PlotType Histogram;

Return Value

PlotType

Declaring Type

cAlgo.API.PlotType

Examples

1
2
 [Output("Main", PlotType = PlotType.Histogram)]
 public IndicatorDataSeries Result { get; set; }

Last update: March 23, 2023