|
|
|
InitializeGraph Method
Initializes the DataInit and GraphType properties. Sets up the Columns and Axis.
Syntax
FlpGrf.InitializeGraph ( SeriesCount As Integer, SeriesType As Integer, [Title As String, SubTitle As String])
The InitializeGraph method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
SeriesCount |
A numeric expression specifying the number of Y series columns. |
|
SeriesType |
A numeric expression specifying the graph appearance |
|
Title |
String representing the graph title at the top of the graph |
|
SubTitle |
String representing the graph subtitle at the top of the graph |
Settings
The possible settings for SeriesType are:
|
Value |
Description | |
|
flpNone |
0 |
None |
|
flpLine |
1 |
Line |
|
flpArea |
2 |
Area |
|
flpBar |
3 |
Bar |
|
flpStackedBar |
4 |
Stacked Bar |
|
flpPoint |
5 |
Point |
|
flpHighLow |
6 |
High-low |
|
flpCurvedLine |
7 |
Spline line |
|
flpBubble |
8 |
Bubble |
|
flpPie |
9 |
Pie |
|
flpSpider |
10 |
Spider |
|
flpBarDepth |
11 |
2.5D Bar |
|
flpStackedBarDepth |
12 |
2.5D Stacked Bar |
|
flpAreaDepth |
13 |
2.5D Area |
|
flpPyramid |
14 |
2.5D Pyramid |
Remarks
This method is an encapsulated initializer allowing you to set up the graph very quickly. Following this
method:
The control is initialized.
DataInit is set to the SeriesCount +1.
ColumnType is set to the SeriesType for all Y series columns.
The first column is set to the X-axis. All other columns are set to the Y-axis.
Note that the data buffer is empty. Data will need to be entered for the graph to be created.
Note that the StartGraph method need not be called.
Example
See Also
DataInit Property, ColumnType Property
![]() |
Last modified on: Friday, August 16, 2002