-4

I would like to have crossing axis on my ultrachart (infragistics product , wpf). I am coding c# , any idea ?

I searched for "crossingaxis" however it seems that this can applied only for polar chart.

francops henri
  • 507
  • 3
  • 17
  • 29
  • 2
    UltraChart instead of ultragraph maybe? CrossingAxis instead of crossing axes probably?! What do you want exactly and what have you tried so far? Put some effort into your question if you expect elaborate answers. – Till Apr 16 '12 at 12:54
  • The UltraChart is a windows forms control and your post says that you are using WPF. Can you clarify which chart control you are using. Is it the UltraChart in a WindowsFormsHost or the WPF XamDataChart? – alhalama Apr 18 '12 at 21:04

1 Answers1

1

I'm not sure this is what you are looking for but as i understand the docs, all Charts including the UltraChart have an Axis class which have a Crossing property.

Till
  • 3,084
  • 17
  • 18