Properties
|
|
PeAnnotation
|
Annotation related properties.
|
PeColor
|
Color related properties.
|
PeConfigure
|
General configuration related properties.
|
PeData
|
Data related properties.
|
PeFont
|
Font related properties.
|
PeGrid
|
Grid related properties.
|
PeLegend
|
Legend related properties.
|
PePlot
|
Plotting Method related properties.
|
PeSpecial
|
Rarely used properties.
|
PeString
|
Text related properties.
|
PeUserInterface
|
User Interface related properties.
|
|
|
Methods
|
|
PeFunction
|
Functions and Function related properties.
|
|
|
Events ( WinForm Only )
|
|
PeCursorMoved
|
Fired when the user changes the cursors location.
|
PeCustomGridNumber
|
Fired as part of run-time axis formatting.
|
PeCustomizeDlg
|
Fired after the user presses the OK button on the Customization Dialog.
|
PeCustomMenu
|
Fired after the user selects a custom menu item on the popup menu.
|
PeDataHotSpot
|
Fired when the user clicks a data point.
|
PeGraphAnnotationMoved
|
Fired when the user drags a moveable graph annotation.
|
PeGraphAnnotHotSpot
|
Fired when the user clicks a graph annotation.
|
PeGraphHotSpot
|
Fired when the user clicks inside the graphs grid.
|
PeMainTitle
|
Fired when the user clicks the Main Title.
|
PeMultiBottomTitle
|
Fired when the user clicks a multi bottom title.
|
PeMultiSubTitle
|
Fired when the user clicks a multi sub title.
|
PeParamUpdate
|
Fired after the PEreinitialize, or PEreinitializecustoms functions are executed. This event can be used to recognize changes to scrollbar ranges and other properties.
|
PePopupMenu
|
Fired after the user uses the popup menu. This event can be used to recognize changes in object properties.
|
PePreCursorMove
|
Fired when the user changes the cursors location. This event gets triggered before the cursor moves.
|
PePreVScroll
|
Fired before vertical scroll bar action is taken.
|
PeSubsetHotSpot
|
Fired when the user clicks a subset label.
|
PeSubTitle
|
Fired when the user clicks the SubTitle.
|
PeTableAnnotation
|
Fired when the user clicks inside the table annotation of all ProEssential Objects.
|
PeTAMoved
|
Fired when the user moves or sizes a table annotation.
|
PeVertScroll
|
Fired after the object is scrolled either by 1) the user clicking the vertical scroll bar or 2) the user pressing the up or down arrow keys.
|
PeZoomIn
|
Fired after the user drags a zooming rectangle and releases.
|
PeZoomOut
|
Fired after the user un-zooms by either pressing the Z key or selects the Undo Zoom popup menu item.
|
|
|
Properties (WebForm Only)
|
|
CodebaseUrl
|
When RenderingType is set to ActiveX, this property points to a cab file (i.e.Pe6.cab) that contains setup information for the ProEssentials ActiveXs. If the cab has not been previously installed, this will enable the ProEssentials ActiveXs to automatically be downloaded and installed onto the client. See AspReadme and Micrsoft's web site for more info on Cabs.
|
ImageUrl
|
When RenderingType is set to ImageMap, this property points to a secondary server page (i.e. WebForm2) that contains a ProEssentials WebForm with its RenderingType property set to BinaryImageStream.
When RenderingType is set to ActiveX, this property points to a secondary server page (i.e. WebForm2) that contains a ProEssentials WebForm with its RenderingType property set to BinaryActiveXStream.
|
RenderedImageType
|
Controls whether a PNG, JPG, SVG, or EMF is rendered when RenderingType is set to BinaryImageStream.
|
RenderingType
|
Controls how object is rendered to client. Either as binary data representing a PNG/JPG/SVG/EMF or ActiveX state, or ascii HTML representing an IMG tag (including IMAGEMAP) or a ProEssentials ActiveX object tag.
|
|
|
Events (WebForm Only)
|
|
PeImageMap
|
The PeImageMap event is triggered in the process of the server control building an image when RenderingType is ImageMap and server side code enables hot spots via the PeUserInterface.HotSpot namespace.
|
PeCustomGridNumber
|
Fired as part of run-time axis formatting.
|