|
AxisBackColor
|
This property allows per axis control of the data area background color. Before setting or reading this property, set WorkingAxis to identify the working axis. Setting of 1 (default value) causes color to be controlled via GraphBackColor instead of this property.
|
|
AxisForeColor
|
This property allows per axis control of the data area foreground color (bounding box only.) Before setting or reading this property, set WorkingAxis to identify the working axis.
|
|
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.
|
|
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.
|
|
GridBandsAlpha
|
Gets or Sets alpha value for grid bands. Default=10. Control will simulate an alpha if RenderEngine is not GdiPlus and BitmapGradientMode=false. Smaller number = bands less noticable.
|
|
GridBandsColor
|
Gets or Sets color of grid bands. Default is Empty, meaning use GridBandsAlpha of background, which produces darker color bands of any graph back color. But if this property is not 1, then any color is possible.
|
|
GridBold
|
Set True to show grid line colors as bold legacy style, no alpha or subtle grid lines via GridLineAlpha.
|
|
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.
|
|
HatchBackColor
|
This property will control color of the background used for all points/bars/pie slices when SubsetHatch is set.
|
|
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.
|
|
PointColorPoints
|
Related to PointColors property. Controls if point-symbols and/or line-segments are colored via PointColors property array.
|
|
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.
|
|
RYAxis
|
This property controls the color used for the axis label (RYAxisLabel) and grid numbers on the right y axis.
|
|
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.
|
|
SubsetGradientStartColors
|
Optionally used to define per subset gradient start colors. The default start color is white, this property allows for darker or more artistic gradients.
|
|
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.
|
|
TableBackground
|
This property identifies the color used as the background color for the Graph Objects table.
|
|
TableBmpFilename
|
This property identifies a file name or resource ID for a background bitmap to be placed into the table 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.
|
|
TableBmpOpacity
|
Controls the translucency of the bitmap defined by TableBmpFilename. Set to a value of 0 to 100 percent.
|
|
TableBmpStyle
|
Controls how the bitmap defined by TableBmpFilename is painted to the controls table 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).
|
|
TableForeground
|
This property identifies the color used as the foreground color for the Graph Objects table.
|
|
TableGradientEnd
|
This property defines the end RGB color for a background gradient placed into the controls table area. The gradients style is defined with TableGradientStyle and start color with TableGradientStart.
|
|
TableGradientStart
|
This property defines the start RGB color for a background gradient placed into the controls table area. The gradients style is defined with TableGradientStyle and end color with TableGradientEnd.
|
|
TableGradientStyle
|
Controls how a background gradient is applied to the controls table area. Start and end RGB colors are defined with TableGradientStart and TableGradientEnd. Most of these styles look best with the start color set to white, especially the radial styles.
|
|
Text
|
This property identifies the color used as the text color for the objects titles, and labels.
|
|
TickColor
|
Controls the color of all tick marks. If set to 1, then tick color is controlled with GraphForeColor.
|
|
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.
|
|
YAxis
|
This property controls the color used for the axis label (YAxisLabel) and grid numbers.
|