ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the color of an element in a Chart control Hide the details
Color of the specified element in RGB format. Caution: The value returned may differ according to the display configuration (resolution, ...).
Name of the Chart control to use (found in the window editor, page editor or report editor). Only the interactive Chart controls are available.
Chart element whose color is requested. This element can correspond to one of the following constants:grColorAxisColor of axes.grColorAxisSideColor of raised part of axes. This constant is not available.grColorBorderColor of border for the chart elements (for the charts other than 3D charts). Used to find out the border color for a bar in a column chart for example.grColorBullishCandlestickColor of bars in a candlestick when the closing value is greater than the opening value. This constant is not available.grColorLegendColor of legend border.grColorLegendBackgroundLegend background color.grColorGridlinesGridline color.grColorGridlinesSideColor of raised part of gridlines. This constant is not available.
Modifying the color of an element in a Chart control Hide the details
Name of the Chart control to use (found in the window editor, page editor or report editor).
Chart element whose color must be modified. This element can correspond to one of the following constants:grColorAxisColor of axes.grColorAxisSideColor of raised part of axes. This constant is not available.grColorBorderColor of border for the chart elements (for the charts other than 3D charts). Used to find out the border color for a bar in a column chart for example.grColorBullishCandlestickColor of bars in a candlestick when the closing value is greater than the opening value. This constant is not available.grColorLegendColor of legend border.grColorLegendBackgroundLegend background color.grColorGridlinesGridline color.grColorGridlinesSideColor of raised part of gridlines. This constant is not available.
Color of specified element. This color can correspond to:an RGB color (returned by RGB), an HSL color (returned by HSL), a preset color (see the preset colors of WLanguage).
How to retrieve the components of the color?
Colors of chart elements (legends, ...)
Colors in the charts (series, section, ...)
Last update: 09/17/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: