Jump to content
Software FX Community

Markus

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Markus

  1. doh.. yes, your completely right! thank you for your response.
  2. Hey, i have a small problem in this code: myPie = (Pie) _chart.GalleryAttributes; if (_chart.Gallery != Gallery.Doughnut) { cbExplodeMode.DataSource = System.Enum.GetValues(typeof(ExplodingMode)); cbExplodeMode.SelectedItem = myPie.ExplodingMode; } else cbExplodeMode.Enabled = false; cbFontStyles.DataSource = _Styles; nupSliceseparation.Value = myPie.SliceSeparation; after this part the _chart.Gallery isn't no longer a Doughnut or Pie or s.th. like that, but now it's 29482, and i don't know why. When i comment cbExplodeMode.DataSource = System.Enum.GetValues(typeof(ExplodingMode)); out, everything works fine. Can someone tell me why?
×
×
  • Create New...