Controls the histogram
Construction:
histogramcollection
|_ histogram
|_ curvecollection
|_ curve
xgantt.histogram.propertie
z.B.
// Counts of histograms
xgantt.histogram.count
messagebox=<value>
count |
Counts of histogram |
create, add, createhistogram=<name> |
creates new histogram xgantt.histogram.add=newname |
del, delete, deletehistogran=<name> |
deletes a histogram xgantt.histogramm.del=histogramname |
firsthistogram |
gets the name of the first histogram in value xgantt.histogram.firsthistogram messagebox=<value> |
nexthistogram |
gets the next name from the histogramcollection xgantt.histogram.nexthistogram messagebox=<value> |
xgantt.histogram.[histogramname].propertie
name |
returns the name of histogram xgantt.histogram.0.name messagebox=<value> |
visible=<true/false> |
sets the visible-Flag of the histogram xgantt.histogram.1.visible=false |
fitrangeintoview=<start>=<end> |
fits the view in the range |
setmaxyvalue=<yValue> |
sets max-value in the scale xgantt.histogram.1.setmaxyvalue=20 |
setminyvalue=<yValue> |
sets min-value in scale |
xgantt.histogram.[number].curve.propertie
OR
xgantt.histogram.[numer].propertie
Are the names of the properties equal to the histogram properties, the word "curve" should be placed before.
count |
return counts of curve xgantt.histogram.1.curve.count messagebox=<value> |
add=<namestring> |
adds a new curve |
addbyspecification=<csvstring> |
adds a new curve with specification csvstring |
copy=<fromcurve>=<tocurve> |
copies a curve from curvename to curvename xgantt.histogram.1.curve.copy=curve1=curve2 |
firstcurve |
returns the name of first curve xgantt.histogram.1.curve.firstcurve messagebox=<value> or xgantt.histogram.1.firstcurve messagebox=<value>
|
nextcurve |
name of the next curve |
remove=<curvename> or del=<..> |
deletes the curve |
xgantt.histogram.[histogramname or number].curve.[curvename or number].propertie
or
xgantt.histogram.[histogramname or number].curve.[curvename or number].propertie
Properties:
curvetype,name,setvalues,specification,clear