Jump to content
Software FX Community

Physically Removing Points From A Bar Chart


User (Legacy)

Recommended Posts

Hello!

Is there any way I can totally delete given points from a graph? In my case,

I have a complex SQL query that I execute to obtain the data for the graph.

In a certain situation, I want to be able to delete 2 points in the graph. I

don't want to use .Series(0).YValues(11)=CHART_HIDDEN, because it leaves me

with a gap in the chart. I don't want any gaps. I hope this is possible,

otherwise I am going to have to do a union query to extract the data,

something I really do not want to do

Cheers

Paul

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...