I have a data bound line chart and I want to know if its possible to show point if the data is for one set only
i.e. dataset has one record and hence it does not show anything on the chart. I want to show the data as points so that end user knows there is a point on the chart.
please let me know if this is poossible and what setting I should do?
I tried increasing the width but it does not show anything if data source has only one record
Hello AdaptivOps,
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Please if you have any questions, do not hesitate to ask me
Regards
AdaptivOps said: 1. I wanted to have date as X axis. When i tried to change the sample to use date value, it didn't work
Maybe one possible approach to achieve the desire behavior is use NumericTimeSeries and to set property of X axis: axisX.DataType = AxisDataType.Time
AdaptivOps said: 2. There are possiblities that points may be missing in data. i.e. i may have day1 with value, day 2 without value and day three with a value. At present, it does not show me the day 3 as there is a gap.Moment i have day 4 with value, it plots line. Is it possible to plot single points so that users can see that there is data. its not joined...
Could you please take a look at the modifications that I made in my previous sample. Just note that I set property: axisX.TimeAxisStyle.TimeAxisStyle = RulerGenre.Discrete. Please if you have any questions, or if you think that I didn`t reproduce your scenario, do not hesitate to write me
1. I wanted to have date as X axis. When i tried to change the sample to use date value, it didn't work
2. There are possiblities that points may be missing in data. i.e. i may have day1 with value, day 2 without value and day three with a value. At present, it does not show me the day 3 as there is a gap.Moment i have day 4 with value, it plots line. Is it possible to plot single points so that users can see that there is data. its not joined...
Hello AdaptiveOps,
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample ? Do you think that this approach is suitable in your scenario. Please if you have any questions, do not hesitate to ask me
Have you been able to resolve your issue ? Did you have a time to take a look at attached sample. Do you think that this approach is suitable in your scenario. Please if you have any questions, do not hesitate to ask me