Jump to content
Software FX Community

wpftester

Members
  • Posts

    6
  • Joined

  • Last visited

wpftester's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. wpftester

    Animation

    I want to animate my Area Chart like http://joestegman.members.winisp.net/Jelly/index.htm Is it possible to do it like this with SoftwareFX for WPF ? An c# example would be very helpful, how to animate my area chart.
  2. wpftester

    Pie Chart

    Another question Is it possible to make a "3D Pie Separate Slice Chart" like in the chart gallery, in wpf? For example if someone goes mouseover than the pie-piece comes out like in the "3D Pie Separate Slice Chart" -chart?
  3. wpftester

    Pie Chart

    Is there a possibility to change the look of the Pie a little bit? I would like to change the corners, the pie chart looks now nearly like a big cheese, i want to change the cornerradius on the outer side (if possible to 0).
  4. Thank you ! This works as I needed!
  5. Hi, I`m currently styling a 3D chart PIE. I only need the PIE and want to remove the background, because the pie should be displayed on my own background (the pie chart is a user controly and is integrated in my main program which has a background that i want to use). i`ve already done this: chart1.Background = null;chart1.Palette = null;chart1.BorderBrush = null;chart1.Border = null; but there is still some background! sry for my bad english.
×
×
  • Create New...