3
Profiles, 1Y Scale, Legend, Toolbar 3600
samples with 60 samples displayed while trending X
scale scrollbar appears when trending is stopped VB
sample code
By
setting the toolbar and legend visible properties to
false, the plot area expands to
show as much of the chart as
possible With
the crosshairs and profile values displayed in the legend,
the user can easily
study the chart without the
need for the Y scales
2
Y scales stacked, Profile 1 mapped to Y1 and X1, and
Profile 2 mapped to Y2 and X2 Crosshairs
for all profiles No
scrollbars, click and drag each scale to scroll VB
sample code
Two
profiles are using the same data points Profile
1 is shown wtih XYChart.Profile(1).StairMode = False Profile
2 is shwon with XYChart.Profile(2).StairMode = True