'Functions used to add data
TChart.Series(i).asTower.AddXYZ or
TChart.Series(i).asTower.AddXYZ
'Other
.asSurface.IrregularGrid = True
'Sample data for "one hour" that will throw an exception:
'(x-axis is hour, y-axis = value, z-axis = minutes)
- x-axis, y-axis, z-axis
4/25/2004 9:00:00 AM, 203, 4
4/25/2004 9:00:00 AM, 218, 9
4/25/2004 9:00:00 AM, 203, 14
4/25/2004 9:00:00 AM, 219, 19
4/25/2004 9:00:00 AM, 219, 24
4/25/2004 9:00:00 AM, 203, 29
4/25/2004 9:00:00 AM, 203, 34
4/25/2004 9:00:00 AM, 203, 39
4/25/2004 9:00:00 AM, 219, 44
4/25/2004 9:00:00 AM, 219, 49
4/25/2004 9:00:00 AM, 219, 54
4/25/2004 9:00:00 AM, 203, 59
Does thcart 3D surface or tower support gaps in the x or z axis?
Should the gaps be filled with nulls?
Your support is appreciated
Regards,
Miked