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.
|
PeGridNumber
|
Fired when the user clicks an axis grid number.
|
PeHorzLineAnnotHotSpot
|
Fired when the user clicks a horizontal line annotation.
|
PeHorzScroll
|
Fired after the object is scrolled either by 1) the user clicking the horizontal scroll bar or 2) the user pressing the left or right arrow keys.
|
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.
|
PePreHScroll
|
Fired before horizontal scroll bar action is taken.
|
PePreVScroll
|
Fired before vertical scroll bar actions 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 a table annotation.
|
PeTAMoved
|
Fired when the user moves or sizes a table annotation.
|
PeVertLineAnnotHotSpot
|
Fired when the user clicks a vertical line 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.
|
PeXAxis
|
Fired when the user clicks along an x axis.
|
PeXAxisAnnotHotSpot
|
Fired when the user clicks an x axis annotation.
|
PeXAxisLabel
|
Fired when the user clicks an x axis label.
|
PeYAxis
|
Fired when the user clicks along a y axis.
|
PeYAxisAnnotHotSpot
|
Fired when the user clicks a y axis annotation.
|
PeYAxisLabel
|
Fired when the user clicks a y axis label.
|
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)
|
|
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.
|