Jump to content
Software FX Community

Linq with Data templates


MMCCPaulEden

Recommended Posts

If there is a string property in the objects you are passing to the chart then all you have to do is pass that name to the AxisX.Labels.BindingPath property (please note that in older builds this property was AxisX.LabelPath)

If you want to style the X axis and show more than one property - e.g. you want to show an image in the X axis - then you will set the AxisX.Template to a datatemplate where you use bindings like "DataItem.YourPropertyName".

Regards,

JuanC

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...