|
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.
|
|
PeCustomTrackingDataText
|
The CustomTrackingDataText event is fired when the mouse is moved over a data hot spot within the chart's grid. This event provides the developer an event to read the tooltip text and possibly change the tooltip text.
|
|
PeCustomTrackingOtherText
|
The CustomTrackingOtherText event is fired when the mouse is moved over a hot spot that is not a data hot spot. This event provides the developer an event to read the tooltip text and possibly change the tooltip text.
|
|
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.
|
|
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.
|
|
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.
|
|
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)
|
|
|
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 chart image, or binary data representing chart data for incremental-data / real-time / strip-chart implementations.
|
| |
|
|
Events (WebForm Only)
|
|
|
PeCustomGridNumber
|
Fired as part of run-time axis formatting.
|