Change background Color of bars in a chart

  1. #1

    Change background Color of bars in a chart

    Hello everyone

    I want to change the default colors(green, blue, red) for the bars in a chart and also if i can put the total of the all bars in the the top of the last bar.

    I am using the 2.5 version

    Thanks for your help and time

    Kind Regards!
  2. #2
    Hello @adan!

    You may use one of the pre-defined themes as showcased in this example: Standard chart themes.

    Or customize the color scheme to your liking with:
    <ext:ChartTheme runat="server" ThemeName="custom-theme" Colors="#7F8800,#F1C40F,#3498DB,#C0392B,#9B59B6" />
    And then using it on your chart much like how you set them in the example linked above, or just specifying the name in the chart definition:
    <ext:chart runat="server" Theme="custom-theme" ...
    I hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3

    Thanks

    Hello Fabricio

    It works fine

    Thanks for yor help :)

Similar Threads

  1. [CLOSED] how to please tell me change Stacked chart background color
    By praveencat123 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 01, 2015, 1:43 PM
  2. [CLOSED] How to change ToolTip background color ,font zize for line chart
    By praveencat123 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 25, 2015, 5:35 PM
  3. [CLOSED] Change Color Window's Header Background Color
    By rguardado in forum 3.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 16, 2015, 3:48 PM
  4. [CLOSED] How to change background color of labels in chart
    By livehealthierGF in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 16, 2013, 4:27 AM
  5. [CLOSED] Change TreePanel background color and toolbar color
    By jchau in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 07, 2012, 4:42 PM

Posting Permissions