Jump to content
Software FX Community

scott_millers

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by scott_millers

  1.  

    I am using Version: 0.8.3091.27388 of ChartFX for WPF and I want to change the default Palette.  The documentation for the Chart class Palette member says here is a list of available palettes

    Natural.Sky

    ChartFX6.EarthTones

    ChartFX6.ModernBusiness

    DarkPastels.Pastels

    etc....

    Then it says you can change the Palette by doing the following

    chart1.Palette = "ChartFX6.EarthTones";

    However, this does not compile since Palette is a class and it has no built in converters to/from string.

    How do I use one of the Palettes that come with ChartFX for WPF?

    Thanks,

    Scott Miller

×
×
  • Create New...