BackColor
|
Gets or sets color of background within zoom window. ZoomWindowCustomColors must be True to enable this setting.
|
BackGroundImage
|
Gets and Sets the Image used as background image for zoom window area. This property is only enabled if
PeColor.BitmapGradientMode is True, ZoomWindow.BackColor = Empty, and ZoomWindow.BmpStyle is non-zero.
|
BmpFilename
|
Gets or Sets filename used for the zoom window background bitmap. Bitmaps are enabled only if
PeColor.BitmapGradientMode is True, ZoomWindow.CustomColors is True, ZoomWindow.BackColor = Empty, and ZoomWindow.BmpStyle is non-zero.
|
BmpStyle
|
Gets or Sets the style of zoom window bitmap. Zoom Window bitmaps are enabled only if
ZoomWindowCustomColors is True, PeColor.BitmapGradientMode is True, and ZoomWindowBackColor = Empty.
|
Border
|
Gets or Sets the style of zoom window border. Default is BorderType where if any type of border exist for chart, a thin line
will surround zoom window. ThinLine=force line border. NoBorder=never show a border. Uses Enums.ZoomWindowBorder
|
CustomColors
|
Gets or Sets whether zoom window uses specific coloring or adobts chart GraphForeColor, GraphBackColor and/or bitmaps gradients.
|
CustomGridNumbersX
|
Set this property to True to enable event driven x axis grid number formatting via CustomGridNumber event for the Zoom Window.
|
DataHotSpots
|
Gets or Sets whether the zoom window will include data hot spots.
|
DataShadows
|
Gets or Sets whether data shadows draw behind plotting methods 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, PeColor.BitmapGradientMode is True, and ZoomWindowBackColor = Empty.
|
Height
|
Gets and Sets height of zoomwindow 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
|
Set with enum ZoomWindowPlottingMethods, controls the plotting style of individual subsets within the zoom window. If property array empty, subsets are plotted in their original plotting method.
|
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 Zoom Window is visible upon zoomed charts.
|
ShowAnnotations
|
Gets or Sets whether annotations show within the Zoom Window.
|
Showing
|
Read only, gets whether zoom window is currently shown.
|
ShowXAxis
|
Gets and Sets whether the Zoom Window x axis is visible.
|
SubsetsToShow
|
True or False if individual subsets should be visible in ZoomWindow. If this array is empty, all subsets display in Zoomwindow.
|