Search found 4 matches
- Thu Jan 22, 2009 7:03 pm
- Forum: .NET
- Topic: DateTime on x axis of colorgrid
- Replies: 3
- Views: 2888
Narcis- Here's what I'm trying to do: public Form1() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { tChart1.Aspect.View3D = false; tChart1.Axes.Bottom.Labels.Angle = 90; Steema.TeeChart.Styles.ColorGrid colorGrid1 = new Steema.TeeChart.Styles.ColorGrid(tChart1.Chart);...
- Tue Jan 06, 2009 8:29 pm
- Forum: .NET
- Topic: DateTime on x axis of colorgrid
- Replies: 3
- Views: 2888
DateTime on x axis of colorgrid
I have a requirement for a colorgrid with DataTime on the x axis. What's the best way for this to be done?
- Thu Sep 25, 2008 10:10 pm
- Forum: .NET
- Topic: Eval to .Net v3 VS2005
- Replies: 1
- Views: 1640
Determined problem to be version imcompatibility
Eval version was 3.5.x, licensed copy was 3.2.x. Downloaded 3.5.x and resolved problem.
- Thu Sep 25, 2008 3:38 pm
- Forum: .NET
- Topic: Eval to .Net v3 VS2005
- Replies: 1
- Views: 1640
Eval to .Net v3 VS2005
I've got a project that was started with the eval copy. The evaluation just expired. When I delete the reference to the evaluation, and replace it with the registered version, I get a lot of errors I've never seen before. How are projects uploaded.