IsHistogram Property¶ Summary¶ Plots a Histogram. Signature¶ 1public bool IsHistogram {get; set;} Return Value¶ bool Declaring Type¶ cAlgo.API.OutputAttribute Examples¶ 1 2 [Output("Main", IsHistogram = true)] public IndicatorDataSeries Result { get; set; } Last update: March 23, 2023