CHARTWIDTH

Returns or sets the width of the chart.

RW

CHARTHEIGHT

Returns or sets the height of the chart.

RW

CHARTAUTOFIT

Returns or sets the AutoFit property

RW

CHARTSCRIPTONLOAD

Returns or sets the script that runs when chart is shown.

RW

CHARTSCRIPTONCLOSE

Returns or sets the script that runs when chart is closed.

RW

CHARTSCRIPTFILEONLOAD

Returns or sets the scriptfile that runs when chart is shown.

RW

CHARTSCRIPTFILEONCLOSE

Returns or sets the scriptfile that runs when chart is closed.

RW




BARROWTEXT

Returns the Row text of the last bar clicked in a Gantt chart.

R*

BARDESCRIPTION

Returns the description of the last bar clicked in a Gantt chart.

R*

BARINDEX

Returns the row index of the last bar clicked in a Gantt chart.

R*

BARFROMDATE

Returns the From-Date (in "yyyy-MM-dd") of the last bar clicked in a Gantt chart.

R*

BARFROMTIME

Returns the From-Time (in "HH:mm") of the last bar clicked in a Gantt chart.

R*

BARFROMTIMESEC

Returns the From-Time (in "ss:FFF") of the last bar clicked in a Gantt chart.

R*

BARTODATE

Returns the To-Date (in "yyyy-MM-dd") of the last bar clicked in a Gantt chart.

R*

BARTOTIME

Returns the To-Time (in "HH:mm") of the last bar clicked in a Gantt chart.

R*

BARTOTIMESEC

Returns the To-Time (in "ss:FFF") of the last bar clicked in a Gantt chart.

R*


* Only available when a bar in a Gantt chart is clicked. The data is from the last item clicked. 
Normally only used in the specific bar status text.



GraphChartShow() As Boolean

GraphChartRemove() As Boolean

GraphChartGetXML() As String

GraphChartLoadXML(XML As String) As Boolean

GraphChartSaveImage(filename As String)


GraphChartAddValue(X As Object, Y As Double, 

                                   Optional seriesName As String = "") As Boolean

GraphChartAddEmptyValue(X As Object, Optional seriesname As String = "") As Boolean

GraphChartCompleteWithEmptyData() As Boolean

GraphChartSortData(Optional descending As Boolean = False, 
                                   Optional sortBy As String = "AxisLabel")


GraphChartCreateStackedColumn(Optional IntervalY As Double = Double.NaN,

                                                         Optional MaxY As Double = Double.NaN,

                                                         Optional IntervalX As Integer = 0,

                                                         Optional LabelStyleAngle As Integer = 0,

                                                         Optional Title As String = "") As Boolean

GraphChartCreateMathGraph(IntervalX As Double, 

                                                 MinX As Double, 

                                                 MaxX As Double,

                                                 IntervalY As Double, 

                                                 MinY As Double, 

                                                 MaxY As Double,

                                                 Optional Title As String = "") As Boolean

GraphChartCreatePie(Optional Title As String = "", 

                                    Optional ShowLegend As Boolean = True) 

GraphChartSetSeriesProperty(name As String, value As String, 

                                                  Optional seriesName As String = "") As Boolean

GraphChartGetSeriesProperty(name As String, 

                                                  Optional seriesName As String = "") As String


GraphChartCreateGantt(fromDate As String, 

                                        toDate As String, 

                                        Optional RowHeight As Integer = 21, 

                                        Optional UseRoundedBars As Boolean = False) As Boolean

GraphChartAddBar(ByVal rowText As String, 

                                ByVal index As Integer,

                                ByVal fromTime As String, 

                                ByVal totime As String,

                                ByVal barColor As String, 

                                ByVal hoverColor As String,

                               Optional toolTipText As String = "", 

                               Optional toolTipTextTitle As String = "",

                               Optional statusText As String = "",

                               Optional Description As String = "") As Boolean


GraphChartSetXAxisTitle(Title As String, Optional Orientation As Integer = 0,

                                         Optional ChartAreaName As String = "") As Boolean

Orientation: 0=Auto, 1=Horizontal, 2=Rotated90, 3=Rotated270, 4=Stacked

GraphChartSetYAxisTitle(Title As String, Optional Orientation As Integer = 0,

                                         Optional ChartAreaName As String = "") As Boolean

Orientation: 0=Auto, 1=Horizontal, 2=Rotated90, 3=Rotated270, 4=Stacked

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator