Thread Rating:
  • 449 Vote(s) - 2.77 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Page 7: Summary
06-20-2011, 01:09 PM, (This post was last modified: 06-23-2011, 04:19 PM by ashimo.)
#1
Page 7: Summary
TRY 4 Summary

Two types of graphs: LayeredChart & PieChart



LayeredChart

Used to create a graph on which data is plotted in two dimensions, with an x- and y-axis


Code:
{LayeredChart
    { Specification of each layer
        x-axis-data =
            {ChartDataSeries data RecordSet, RecordField used for X-axis label}
        {ChartDataSeries data RecordSet, RecordField that is plotted}
        ||  Specify ChartDataSeries only for the RecordField value to be graphed
    }
}



PieChart

Code:
{PieChart
    {PieSet
        label-data =
            {ChartDataSeries data RecordSet, RecordField used as label},
        {ChartDataSeries data RecordSet, RecordField that is plotted}
        ||  Specify ChartDataSeries only for the RecordField value to be graphed
    }
}


  • The graph axes can be set flexibly using top-axis, bottom-axis, left-axis, and right-axis.
  • Any changes to the RecordSet data are automatically reflected on the graph.
  • Declaring Curl array variables

Declaring array variables

Code:
let array-variable-name:{Array-of element-type-name} =
          {{Array-of element-type-name} element 1, element 2, …}


Possibly Related Threads...
Thread Author Replies Views Last Post
  Page 5: Application 2: Specifying the Graph Colors ashimo 1 5,739 11-19-2016, 01:59 PM
Last Post: milijacob
  Page 8: Extra Practice ashimo 0 3,624 06-20-2011, 01:10 PM
Last Post: ashimo
  Page 6: Structure of a Program that Specifies the Graph Colors ashimo 0 3,428 06-20-2011, 01:08 PM
Last Post: ashimo
  Page 4: Structure of a Program that Specifies the Graph Axes ashimo 0 3,496 06-20-2011, 01:06 PM
Last Post: ashimo
  Page 3: Application 1: Specifying the Graph Axes ashimo 0 3,417 06-20-2011, 01:05 PM
Last Post: ashimo
  Page 2: Structure of a Program that Displays Data as a Graph ashimo 0 3,413 06-20-2011, 01:03 PM
Last Post: ashimo
  Page 1: Displaying Data as a Graph ashimo 0 3,160 06-20-2011, 11:59 AM
Last Post: ashimo
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('69')