Jump to content
Software FX Community

Categorical Chart


ozykaboo

Recommended Posts

Hi, I am trying to create a scatter point chart. I have string values on X axis and Numeric values on Y axis. I have multiple entries of same string values in my datasource. When I plot the values I get multiple entries of the String in the chart. Instead I want all the Y values corresponding to the same string(X value) on a single column.

What chart property should I use? Or is there some other technique i can use for a work around so that I can get the chart to display what i want?

 

By the way, if the x-axis is a Numeric or Date value, it works fine for me when i set the following properties:

Chart1.DataSourceSettings.Fields.Add(New FieldMap("XAxis", FieldUsage.XValue))

Chart1.DataSourceSettings.Fields.Add(

New FieldMap("YAxis", FieldUsage.Value))

post-7678-13922416325268_thumb.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...