Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
How to bind to custom color to XamPieChart Silce
posted

Hi,

    I want to Bind to my custom color (which is a part of my view model) to be shown in XamPieChart slices. I could't find any easy way to do it. 

I had tried with default style of slice 

<Style TargetType="ig:Slice">
           <Setter Property="Background" Value="{Binding Path=Color}"/>
        </Style>

Also I had gone through this forum

http://es.infragistics.com/community/forums/p/79726/419133.aspx

Though it works but It's not efficient as subscribing to LayoutUpdate & updating each slice seems like a hack , also performance intensive.

Parents
No Data
Reply
  • 12875
    posted

    Hi Deep, 

    As you may have noticed from the other forum thread this idea has not been implemented yet. I would suggest that you use our new system for entering product ideas. You might look to see if grubarec from that thread added his idea. If it describes your needs, you might want to vote for his idea.

    http://ideas.infragistics.com

    The Product Ideas site allows you to suggest new product features, new functionalities in existing products and controls, and even request new controls and products altogether. Members of the Infragistics Community can then vote for the features and suggestions they want to see added to the products, resulting in the most popular features bubbling up to the top. When planning new releases, our Product Management team will look at the most popular features and use your feedback to prioritize upcoming work. 

    This new Infragistics Product Ideas site is simple to use and we encourage you to take a look at it today:

      1)   Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).  Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)

      2)   Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it.

      3)   You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!

    The Product Idea site puts you in the driver’s seat and you can even track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

Children