|
BarBorderColor
|
This property sets the color of the outline surrounding bar plot. Set to Color.Empty (or -1 for other interfaces) to disable bar border color for 2d bars. Border is only shown if gradient is not shown. See GradientBars.
|
|
BitmapGradientMode
|
This property enables background bitmaps and gradients implemented with one or more: QuickStyle, DeskGradientStyle, DeskBmpStyle, GraphGradientStyle, GraphBmpStyle, TableGradientStyle, and TableBmpStyle. This property should also be set before setting QuickStyle.
|
|
ContourColorBlends
|
Set before ContourColorSet or ContourColors. This property creates more gradual color changes between the major colors defined by ContourColorSet or ContourColors. For example, setting to a value of 3 will produce a blending of 3 colors between the colors defined.
|
|
ContourColorProportions
|
Controls the proportion (weighting or size) of the respective color section. Given the number of contour colors, adding up all proportions defined by this property array should equate to 1.
|
|
ContourColors
|
When Pesgo PlottingMethod is ContourColors or Pe3do PlottingMethod is SurfaceContour, provides colors to be used within the contour and contour legend when setting ContourColorSet to ContourColors. ContourColorBlends can optionally create additional interpolated colors.
|
|
ContourColorSet
|
When Pesgo PlottingMethod is ContourColors or Pe3do PlottingMethod is SurfaceContour, sets colors used for the rendered contour and contour legend. Other color options are setting SubsetColors, or setting ContourColors when also setting this property to ContourColors.
|
|
Desk
|
This property defines the color used as the background color on which the control is placed.
|
|
DeskBmpFilename
|
This property identifies a file name or resource ID for a background bitmap to be placed onto the desk area of the control. If you want to use your own bitmap, then use this property to identify your filename. You can include a path with your filename if needed.
|
|
DeskBmpOpacity
|
Controls the translucency of the bitmap defined by DeskBmpFilename. Set to a value of 0 to 100 percent.
|
|
DeskBmpStyle
|
Controls how the bitmap defined by DeskBmpFilename is painted to the controls desk area. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).
|
|
DeskGradientEnd
|
This property defines the end RGB color for a background gradient placed onto the controls desk area. The gradients style is defined with DeskGradientStyle and start color with DeskGradientStart.
|
|
DeskGradientStart
|
This property defines the start RGB color for a background gradient placed onto the controls desk area. The gradients style is defined with DeskGradientStyle and end color with DeskGradientEnd.
|
|
DeskGradientStyle
|
Controls how a background gradient is applied to the controls desk area. Start and end RGB colors are defined with DeskGradientStart and DeskGradientEnd. Most of these styles look best with the start color set to white, especially the radial styles.
|
|
GraphBackground
|
This property identifies the color used as the background color for the objects graphing area.
|
|
GraphBmpFilename
|
This property identifies a file name or resource ID for a background bitmap to be placed onto the graphs charting or axis area. For .NET developers, there's a simlar feature GraphBackgroundImage.
|
|
GraphBmpOpacity
|
Controls the translucency of the bitmap defined by GraphBmpFilename. Set to a value of 0 to 100 percent. Pego and Pesgo individual axes can each have their own bitmap utilizing WorkingAxis.
|
|
GraphBmpStyle
|
Controls how the bitmap defined by GraphBmpFilename is painted to the controls charting or axis area. Individual axes can each have their own bitmap and/or gradient parameters by utilizing WorkingAxis.
|
|
GraphForeground
|
This property identifies the color used as the foreground color for the objects graphing area. The grid lines and tick marks will be drawn in this color.
|
|
GraphGradientEnd
|
This property defines the end RGB color for a background gradient placed onto the controls charting or axis area. The gradients style is defined with GraphGradientStyle and start color with GraphGradientStart.
|
|
GraphGradientStart
|
This property defines the start RGB color for a background gradient placed onto the controls charting or axis area. The gradients style is defined with GraphGradientStyle and end color with GraphGradientEnd.
|
|
GraphGradientStyle
|
Controls how a background gradient is applied to the controls charting or axis area. Start and end RGB colors are defined with GraphGradientStart and GraphGradientEnd. Most of these styles look best with the start color set to white, especially the radial styles.
|
|
GridBands
|
Controls if grid has alternating colors separated by grid lines(TRUE), or simple grid lines (FALSE). The color of band is controlled via GridBandsAlpha or GridBandsColor.
|
|
GridBandsPatching
|
Default True, GridBandsColor will be alternated between major grid lines forming a patching effect. Set False to form strips of GridBands color. The new Log scale will patch on ticks so the patching may be considered too complex when viewing many cycles.
|
|
GridBold
|
Set True to show grid line colors as bold legacy style, no alpha or subtle grid lines via GridLineAlpha.
|
|
GridBrighten
|
Default False, Set True to brighten the grid / GraphForeColor instead of shading it to be more subtle.
|
|
GridLineAlpha
|
Gets or Sets alpha value for grid lines when GridBold=False and GridLineColor=1. This feature enables a subtle grid line effect where lines are less noticeable. Control will simulate an alpha if RenderEngine is not GdiPlus and BitmapGradientMode=false.
|
|
GridLineColor
|
Gets or Sets color of all grid lines when GridBold=False and this property is not equal to 1. Default seting 1 means use GridLineAlpha to darken background for use as grid lines. This feature disables a subtle grid line effect where lines are less noticeable.
|
|
JpgQuality
|
This property controls the quality of JPEG export. Values range from 1 to 100 where 100 represents maximum quality.
|
|
Mono
|
Gets or Sets monochrome properties used when ViewingStyle is set to monochrome.
|
|
PngIsInterlaced
|
When any ProEssentials PNG export feature is utilized, this property control whether the output is interlaced.
|
|
PngIsTransparent
|
When any ProEssentials PNG export feature is utilized, this property control whether the output includes the transparent color defined by PngTransparentColor.
|
|
PngTransparentColor
|
When any ProEssentials PNG export feature is utilized, this property controls the RGB color considered transparent if PngIsTransparent is TRUE.
|
|
PointBorderColor
|
Controls the border line around solid points when PePlot.Method is set to include points. Default is argb 0 for no border, set to Color.Empty (-1) for border color to match solid fill brush, else set to any color as needed.
|
|
PointColors
|
This property array allows control of colors for individual data points, bars, and line segments. If you use this property array, you must declare as many colors as you do YData, except for specific plotting methods as discussed below.
|
|
QuickStyle
|
This property controls predefined viewing styles. Before setting this property, you should set BitmapGradientMode. QuickStyle can utilize two sets of styles.
|
|
Shadow
|
This property identifies the color used as the shadow color placed behind the objects graph and table areas.
|
|
SubsetColors
|
This property array controls which colors are used to distinguish between multiple subset information in the objects image.
|
|
SubsetShades
|
For monochrome-image creation, (ViewingStyle non zero) this property array controls which colors are used to distinguish between multiple subset information in the objects image.
|
|
Text
|
This property identifies the color used as the text color for the objects titles, and labels.
|
|
ViewingStyle
|
This property controls the viewing style of the object. Possible values are defined by the following constants: Graph VCL Enumerations eViewingStyle = (gColor, gMonochrome, gMonoPlusSymbols);
|
|
XAxis
|
This property controls the color used for the axis label (XAxisLabel) and grid numbers/point labels (PointLabels) along x axis.
|
|
XZBackColor
|
This property controls the color used for the bottom x-z axis plane of the 3d image. If equal to 1 the x-z axis plane is transparent.
|
|
YAxis
|
This property controls the color used for the axis label (YAxisLabel) and grid numbers.
|
|
YBackColor
|
This property controls the color used for the x-y and z-y axis planes of the 3d image. If equal to 1 these planes will be transparent.
|
|
ZAxis
|
This property controls the color used for the Z axis label (ZAxisLabel) and grid numbers.
|