Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Bar Chart (Modifications)

Explorer ,
May 27, 2014 May 27, 2014

Hi Everyone,

I found a AS3 tutorial for Bar Chart.
http://code.tutsplus.com/tutorials/create-a-dynamic-bar-graph-generator-using-xml-as3--act ive-2639

  1. How do I modify the height of the Graph Bar?
  2. How do i create increase or decrease the spacing between the Graph Bar?
  3. How do i reverse the appearance of the Graph Bars?
TOPICS
ActionScript
234
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 28, 2014 May 28, 2014
LATEST

1. that's controlled by the value attribute in the xml

2. that's done in the createBars function

3. change your xml

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines