NewXY is the starting method used to create Bar, Scatter, Line, linear and, or Logarithmic charts.
Notes:
After this method has been executed, the type of features available on a chart are determined by adding other methods to the chart to generate the kind of chart needed.
When NewXY is executed:
•First parameter is a text-value that places the characters into the chart's title label area.
•Second parameter is a numeric value that determines the chart's outside boundary width in pixels.
•Third parameter is value that determines the chart's outside vertical height in pixels.
•Fourth parameter is an optional modification string value that can rotate the orientation of the X & Y axis, the scaling of the data from a Linear to a Log scaled display, and it can add a drop shadow effect to the resulting image.
Syntax: |
---|
Chart.NewXY( ChartTextName, ChartPixelWidth, ChartPixelHeight, [ChartOptions] ) |
Parameter: |
Description: |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ChartTextName |
Text assigned to this parameter will be placed in the title bar area above the chart image. |
||||||||||
ChartPixelWidth |
Chart width is determined by the number of pixel entered into this parameter. |
||||||||||
ChartPixelHeight |
Chart height is determined by the number of pixel entered into this parameter. |
||||||||||
[ChartOptions] |
There are three optional words that can change a chart:
|
Example: |
---|
NewXY function is required in the code scripts to start the creation of all the custom charts except the Pie Charts: |
Returns: |
---|
Link the above example area will display chart information and examples. |
Links: |
---|
See Also: |
Edit Time: 9/7/2020 2:49:01 PM |
Topic ID#: 434 |