Search found 5 matches

by Sander
Wed May 18, 2005 9:03 am
Forum: .NET
Topic: Tip: Don't do this, or you will lose you defined series
Replies: 3
Views: 5541

Loss of series: reproduce result

Hello, To reproduce the result, do the following: - create a dataset - define a graphseries (e.g. line graph) - datasource: database (choose the dataset) - goto axes: bottom axis, labels, change style from text==>value and then value==> text) Result: series are lost. (so when changing to text is cau...
by Sander
Tue May 17, 2005 1:38 pm
Forum: .NET
Topic: Drawing of the labels not as suspected
Replies: 1
Views: 3742

Drawing of the labels not as suspected

In a graph i've got a dataset with measurements. Each measurement is done at a specific date. When i look at the graph that is populated with data from a month somehow the date-labels are not always drawn and it looks like there are gaps in the data. When zooming the graph all the measurements are s...
by Sander
Tue May 17, 2005 1:34 pm
Forum: .NET
Topic: Tip: Don't do this, or you will lose you defined series
Replies: 3
Views: 5541

Tip: Don't do this, or you will lose you defined series

In the graph editor, when changing the 'bottom axis' (tab labels), (tab styles): style of the label from Auto to ==> 'Text'. Then change the font size from e.g. 8 to 6.....your defined series are gone???? This is really not good, i've luckally been using sourcesafe so i can manage myself. But loosin...
by Sander
Fri Apr 29, 2005 8:23 am
Forum: .NET
Topic: Update in the dataset result in applying settings
Replies: 1
Views: 3761

Update in the dataset result in applying settings

For a chart i have the datasource setup to use a dataset. When i for example want to add an field to the dataset, i have to update this dataset. After this is done all the fields that were setup for the dataset are set to blank. Each time i modify the dataset i have to go through all the graph serie...
by Sander
Fri Apr 29, 2005 8:19 am
Forum: .NET
Topic: Charts settings are lost after copy/paste
Replies: 1
Views: 3914

Charts settings are lost after copy/paste

In a tabbed form, i want to copy the chart of TabX into the chart of TabY, after this the ORIGINAL chart settings are lost.

Ok i can understand that the settings can not be copied using this method, but the fact that the original graph is altered concerns me.