Search found 1 match
- Thu Mar 28, 2013 9:14 am
- Forum: .NET
- Topic: Custom Legend for Histogram
- Replies: 1
- Views: 3121
Custom Legend for Histogram
I am using the Histogram Series to display some data and I am assigning a color value to each data point depending on its value. this.TChart = new TChart(); this.Series = new Steema.TeeChart.WPF.Styles.Histogram(this.TChart.Chart); // set the histogram's datasource to content for (int i = 0; i < src...