BarBorderColor
|
Gets or Sets color of border of bar graphics. Set to Color.Empty (or -1 for other interfaces) to disable bar border color for 2d bars. Also, border is only shown when no gradient is shown. See GradientBars.
|
BitmapGradientMode
|
Gets or Sets bitmap mode. True to use Bitmap/Gradients quick styles and settings, False to use color quick styles and disable background bitmaps and background gradients within image.
|
Desk
|
Gets or Sets color used as the background color behind titles and labels.
|
DeskBackgroundImage
|
Gets and Sets a System.Drawing.Image used behind the desk area of control.
|
DeskBmpFilename
|
Gets or Sets filename used for the desk bitmap. Desk bitmaps are enabled only if PeColor.BitmapGradientMode is True, PeColor.DeskBackColor = Empty, and PeColor.DeskBmpStyle is non-zero.
|
DeskBmpStyle
|
Gets or Sets the style of desk bitmap. Desk bitmaps are enabled only if PeColor.BitmapGradientMode is True, PeColor.Desk = Empty, and PeColor.DeskBmpFilename is set.
|
DeskGradientEnd
|
Gets or Sets ending gradient color for desk area. Desk gradients are enabled only if PeColor.BitmapGradientMode is True, PeColor.Desk = Empty, and PeColor.DeskGradientStyle is non-zero.
|
DeskGradientStart
|
Gets or Sets starting gradient color for desk area. Desk gradients are enabled only if PeColor.BitmapGradientMode is True, PeColor.Desk = Empty, and PeColor.DeskGradientStyle is non-zero.
|
DeskGradientStyle
|
Gets or Sets the style of desk gradient. Desk gradients are enabled only if PeColor.BitmapGradientMode is True, and PeColor.Desk = Empty.
|
GraphBackground
|
Gets or Sets color of grid area's background.
|
GraphBackgroundImage
|
Gets and Sets a System.Drawing.Image used behind the grid or chart area.
|
GraphBmpFilename
|
Gets or Sets filename used for the charting area bitmap. Graph bitmaps are enabled only if PeColor.BitmapGradientMode is True, PeColor.GraphBackColor = Empty, and PeColor.GraphBmpStyle is non-zero.
|
GraphBmpStyle
|
Gets or Sets the style of charting area bitmap. Graph bitmaps are enabled only if PeColor.BitmapGradientMode is True, PeColor.GraphBackColor = Empty, and PeColor.GraphBmpFilename is set.
|
GraphForeground
|
Gets or Sets color of grid area's bounding box and grid lines.
|
GraphGradientEnd
|
Gets or Sets ending gradient color for charting area. Graph gradients are enabled only if PeColor.BitmapGradientMode is True, PeColor.GraphBackColor = Empty, and PeColor.GraphGradientStyle is non-zero.
|
GraphGradientStart
|
Gets or Sets starting gradient color for charting area. Graph gradients are enabled only if PeColor.BitmapGradientMode is True, PeColor.GraphBackColor = Empty, and PeColor.GraphGradientStyle is non-zero.
|
GraphGradientStyle
|
Gets or Sets the style of graph gradient. Graph gradients are enabled only if PeColor.BitmapGradientMode is True, and PeColor.GraphBackColor = Empty.
|
GridBands
|
True if bands are to be shown. Related to GridBandsApha and GridBandsColor.
|
GridBandsAlpha
|
Gets or Sets alpha value for grid bands.. Default=10. Will simulate an alpha if RenderEngine not GdiPlus and BitmapGradientMode=false. Smaller number = lines less noticable.
|
GridBandsColor
|
Gets or Sets color of grid bands. Default is Empty(1), meaning use a smart alpha of background for color, but if defined will show in any color.
|
GridBold
|
Set True to show grid colors as legacy style, no alpha via GridLineAlpha.
|
GridLineAlpha
|
Gets or Sets alpha value for grid lines when GridBold=False and GridLineColor=1. Default=55. Will simulate an alpha if RenderEngine not GdiPlus and BitmapGradientMode=false. Smaller number = lines less noticable.
|
GridLineColor
|
Gets or Sets color of all grid lines when GridBold=false. Default is 1, meaning use a smart alpha of background for color, but if defined will show in any color.
|
HatchBackColor
|
Gets or Sets color of the background used for all points/bars/pie slices when Plot.SubsetHatch is set.
|
JpgQuality
|
Gets and Sets the quality of JPEG export. Values range from 1 to 100 where 100 represents maximum quality. This quality setting effects any JPEG export features within the ProEssentials product.
|
Mono
|
Gets or Sets monochrome properties used when ViewingStyle is set to monochrome.
|
PngIsInterlaced
|
When any ProEssentials PNG export feature is utilized, this property controls whether the output is interlaced.
|
PngIsTransparent
|
When any ProEssentials PNG export feature is utilized, this property controls whether the output includes the transparent color defined by PeColor.PngTransparentColor.
|
PngTransparentColor
|
When any ProEssentials PNG export feature is utilized, this property controls the RGB color considered transparent if PeColor.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 for border color to match solid fill brush, else set to any color as needed.
|
PointColors
|
Gets or Sets color on a per data point basis. To change point color per subset, use Plot.SubsetColors. If you use this property, you need to define color for all points unless Plot.SubsetForPointColors is used to designated which subsets use this property and which use the default Plot.SubsetColors property.
|
QuickStyle
|
Gets or Sets the current predefined color configuation. There are two sets of configurations controlled via BitmapGradientMode.
|
RYAxis
|
Gets or Sets color of right y axis grid numbers and label.
|
Shadow
|
If BorderTypes property is set to drop-shadow, this property controls color of drop-shadow when BitmapGradientMode is False.
|
SubsetColors
|
Gets or Sets colors used to identify subsets. Only used if PeColor.ViewingStyle = Color.
|
SubsetGradientStartColor
|
Default is empty, but can be used to define per subset gradient start colors. Only used if gradients are defined via AreaGradientStyle, BarGradientStyle, SplineGradientStyle.
|
SubsetShades
|
Gets or Sets shaded colors used to identify subsets when PeColor.ViewingStyle is set to monochrome. Only bars, areas, pie slices, and other large filled areas are shaded. Points and Lines are always black in a monochrome viewing style.
|
Text
|
Gets or Sets color used as the foreground color for main titles and labels.
|
TickColor
|
Gets or Sets color of minor grid tick marks.
|
TXAxis
|
Gets or Sets color of top x axis grid numbers and axis label.
|
ViewingStyle
|
Gets or Sets whether the image is color or monochrome.
|
XAxis
|
Gets or Sets color of x axis grid numbers / pointlabels and axis label.
|
YAxis
|
Gets or Sets color of y axis grid numbers and label.
|