Search found 2 matches
- Mon Mar 23, 2009 9:15 am
- Forum: .NET
- Topic: TreatNulls does not work definitely
- Replies: 1
- Views: 3898
TreatNulls does not work definitely
In case where all points are Null and "Series.Pointer.Brush.Color" or "Series.Pointer.Color" has color property. then pointer is displayed. In case where all points are Null and "Series.Pointer.Brush.Color" or "Series.Pointer.Color" does not have color property then pointer is not displayed. I think...
- Thu Dec 04, 2008 6:58 am
- Forum: .NET
- Topic: 3D Waterfall chart
- Replies: 1
- Views: 6813
3D Waterfall chart
I want to draw 3D Waterfall chart. In case of using float type in data x, some data is omitted. Why is this happen? I use the code as bellow. private void Form1_Load(object sender, EventArgs e) { Steema.TeeChart.Styles.Waterfall waterfall1 = new Waterfall(tChart1.Chart); for (float i = 0; i < 20; i+...