*BeginPlot()
Indicates the beginning of a plot block.
Syntax
*BeginPlot()
Application
HyperGraph
Context
*BeginPage()
*BeginWindow()
Example
*BeginWindow(Plot)
*IsActive()
*BeginPlot()
*BeginHeader(On)
• • •
*EndHeader()
*BeginFooter(On)
• • •
*EndFooter()
*Legend(On, TopRIGHT)
*BorderColor(12)
*FrameColor(12)
*HeaderFooterColor(1)
*BackgroundColor(0)
*GridLineColor(14)
*ZeroLineColor(10)
*Color(1)
*BeginAxis(X)
• • •
*EndAxis()
*BeginCurve(On, "Resultant Force (N)")
• • •
*EndCurve()
*BeginNote(On, "Impact")
• • •
*EndNote()
*EndPlot()
*EndWindow()
Comments
Plot blocks specify plot data and define plot attributes within a window block.
Every window defined as a plot window must include a *BeginPlot() statement.
Every *BeginPlot() statement requires a closing *EndPlot().