|
BackColor
|
Gets or sets color of background within zoom window. ZoomWindowCustomColors must be True to enable this setting.
|
|
BmpFilename
|
Gets or Sets the filename for zoom window bmp. Use this property along with ZoomWindowBmpStyle, and only if ZoomWindowCustomColors is True, BitmapGradientMode is True, and ZoomWindowBackColor = Empty.
|
|
BmpOpacity
|
Controls the translucency of the bitmap defined by ZoomWindowBmpFilename. Set to a value of 0 to 100 percent.
|
|
BmpStyle
|
Gets or Sets the style of zoom window bmp. Zoom Window bitmaps are enabled only if ZoomWindowCustomColors is True, BitmapGradientMode is True, and ZoomWindowBackColor = Empty. Defined by the following constants:.
|
|
Border
|
Controls the border style of zoom window. The following constants apply to this property:.
|
|
CustomColors
|
Gets or Sets whether the zoom window uses specific coloring or adobts chart GraphForeColor, GraphBackColor and/or bitmaps gradients.
|
|
DataHotSpots
|
Gets or Sets whether data hot spots function within the zoom window.
|
|
FontSizeCntl
|
Gets and Sets adjustment to zoom window font sizes used in image. For enlarged fonts, increase from 1.0 to any value up to 1.5. For reduced font sizes, decrease from 1.0 to 0.5.
|
|
ForeColor
|
Gets or sets color of border, grid lines, and text within zoom window. ZoomWindowCustomColors must be True to enable this setting.
|
|
GradientEnd
|
Gets or sets end color of background gradient within zoom window. ZoomWindowCustomColors must be True and ZoomWindowGradientStyle non zero to enable this setting.
|
|
GradientStart
|
Gets or sets start color of background gradient within zoom window. ZoomWindowCustomColors must be True and ZoomWindowGradientStyle non zero to enable this setting.
|
|
GradientStyle
|
Gets or Sets the style of zoom window gradient. Zoom Window gradients are enabled only if ZoomWindowCustomColors is True, BitmapGradientMode is True, and ZoomWindowBackColor = Empty. Defined by the following constants:.
|
|
Height
|
Gets and Sets height of zoom window as a proportion of total height. Default=.12 or 12%.
|
|
InExports
|
Gets or Sets whether zoom window is drawn in exported images or during printing.
|
|
LabelHotSpots
|
Gets or Sets whether user has ability of clicking zoom window x axis label text.
|
|
MarkDataPoints
|
Gets or Sets whether data points are highlighed with a dot within the zoom window.
|
|
PlottingMethods
|
Controls the plotting style of individual subsets within the zoom window when chart is in zoomed state. If empty, the default, subsets are plotted in their original plotting method as shown in primary charting area. The following constants apply to this property:.
|
|
ShadowLevel
|
Gets and Sets the zoom window shadow depth that denotes the active charting view. Default=100. Range 0 to 255. Larger numbers darken shadow. Only enabled when RenderEngine=GdiPlus.
|
|
Show
|
Gets and Sets whether the ZoomWindow is visible upon zoomed charts. Version 8 adds dragging and sizing the zoom-box within the ZoomWindow. The zoom-box is the highlighted section within the ZoomWindow that is currently charted in main view.
|
|
ShowAnnotations
|
Gets or Sets whether annotations show within the zoom window. Only those annotations designated for zoomwindow will show.
|
|
Showing
|
Read only, simply gets whether zoom window is currently shown.
|
|
ShowXAxis
|
Gets and Sets whether the ZoomWindow x axis is visible. If zoom window will show x axis, this is shown at top/inside of zoom window.
|
|
SubsetsToShow
|
True or False if individual subsets should be visible in ZoomWindow. If this array is empty, all subsets display in Zoomwindow. This property array selects which subsets are visible within the ZoomWindow once chart is zoomed.
|