|
AllowEmfExport
|
This property controls whether the user can access exporting Enhanced MetaFiles (EMF) images from the Export Dialog.
|
|
AllowJpegExport
|
This property controls whether the user can access exporting JPEG images from the Export Dialog.
|
|
AllowSvgExport
|
This property controls whether the user can access exporting SVG images from the Export Dialog. SVG is a format we stopped supporting and its around just incase someone finds it useful.
|
|
AllowWmfExport
|
This property controls whether the user can access exporting WMF images from the Export Dialog.
|
|
Color
|
This property controls whether the Color property page is visible. Property pages are shown in the customization dialog. The Color property page allows the user to pick which colors are included in the image.
|
|
DefOrientation
|
This property controls the default orientation of the printer paper when printing a ProEssentials object. Possible values are as follows: VCL Enumerations eDefOrientation = (xDriverDefault, xLandscape, xPortrait);
|
|
DialogResult
|
This read-only property returns dialog end result code. Read this property when processinglue message PEWN_CUSTOMIZEDLG or PeCustomizeDlg event or CustomizeDlg event. IDOK=1 IDCANCEL=2 IDEXPORT=1015 IDMAXIMIZE=1016 IDORIGINAL=1109 IDAPPLYNOW=12321.
|
|
EmfBitmapGradients
|
Controls if enhanced metafiles will include background bitmaps and gradients when exporting from the built-in export dialog.
|
|
EmfType
|
Controls the Device Context used in recording the enhanced metafile when exporting from the built-in export dialog.
|
|
EmfType
|
Controls the format of enhanced metafile when exporting from the built-in export dialog.
|
|
ExportDestDef
|
This property controls the default state of the export-destination radio button group within the export dialog: VCL Enumerations eExportDestDef = (gExportToClipboard, gExportToFile, gExportToPrinter);
|
|
ExportFileDef
|
This property controls the default state of the export-filename edit box within the export dialog:.
|
|
ExportImageDpi
|
Controls the embedding or utilizing of target resolution info (in DotsPerInch) when exporting metafiles and bitmaps.
|
|
ExportImageLargeFont
|
This property allows for larger fonts to be produced when exporting metafiles and bitmaps.
|
|
ExportSizeDef
|
This property controls the default state of the export-size radio button group within the export dialog: VCL Enumerations eExportSizeDef = (gExportNoSizeOrPixels, gExportMillimeters, gExportInches, gExportPoints);
|
|
ExportTypeDef
|
This property controls the default state of the export-type radio button group within the export dialog: VCL Enumerations eExportTypeDef = (xExportMetafile, xExportBmp, xExportJpeg, xExportPng, xExportText, xEmf);
|
|
ExportUnitXDef
|
This property controls the default state of the export-width-units edit box within the export dialog:.
|
|
ExportUnitYDef
|
This property controls the default state of the export-height-units edit box within the export dialog:.
|
|
Font
|
This property controls whether the Font property page is visible. Property pages are shown in the customization dialog. The Font property page allows the user to pick which fonts are included in the image.
|
|
HideExportImageDpi
|
This property controls the visibility of the ExportImageDpi end-user setting shown within the ProEssentials built-in export dialog.
|
|
HidePrintDpi
|
This property controls the visibility of the PrintDpi end-user setting shown within the ProEssentials built-in print dialog.
|
|
Modal
|
This property controls how all built-in dialogs are launched, modal, or modeless. A modal dialog must be closed before accessing the rest of the application.
|
|
ModelessAutoClose
|
This property controls how the modeless dialog is closed.
|
|
ModelessOnTop
|
Set this property to TRUE for modeless dialogs to always be on top of all other open windows.
|
|
Page1
|
This property controls whether the first general property page is visible. Property pages are shown in the customization dialog. All objects name the first property page "General".
|
|
Page2
|
This property controls whether the second general property page is visible. Property pages are shown in the customization dialog. Graph, Scientific Graph, and Polar objects name the second property page "Plot". This allows customization of the plotting method property.
|
|
PlotCustomization
|
This property controls whether the user will have access to changing the objects plotting method.
|
|
PrintDpi
|
Controls the target resolution in DotsPerInch when printing. If zero, the chart's image is sent to the printer via the actual graphic primitives and final resolution is based upon the printer's driver settings.
|
|
PrintStyleControl
|
This property controls the visibility of radio buttons and the option selected for printing on the print dialog. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).
|
|
PrintTechnology
|
This property controls how the chart's image is prepared as a bitmap and sent to printer when PrintDpi is non-zero. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).
|
|
RandomPointsToExport
|
This property should be used to disable the random points to export listbox which is part of the Text Export Dialog when the Points property is very large.
|
|
ScrollingSubsets
|
This property controls whether the user will have access to adjusting Subsets To Graph and/or Scrolling Subset functionality.
|
|
Style
|
This property controls whether the Style property page is visible. Property pages are shown in the customization dialog. The Style property page allows the user to pick which subset colors, line styles and point styles are included in the image.
|
|
Subsets
|
This property controls whether the Subsets property page is visible. Property pages are shown in the customization dialog. The Subsets property page allows the user to pick which subsets are included in the image.
|