ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Chart control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Properties associated with the chart series
The following properties can be used with the series of a "Chart":
AutoRefreshThe AutoRefresh property is used to:
  • Find out whether the data found in the series is automatically recalculated whenever grDraw is called
  • Modify the mode for recalculating the data found in the series.
LegendThe Legend property is used to:
  • Find out the label of a series.
  • Modify the label of a series.
MaxValueThe MaxValue property is used to:
  • get and set the top value of a report based on a data file.
  • get the maximum value of the current filter.
  • get the maximum value of a data series in a chart.
  • get and set the maximum value for some types of controls.
MinValueThe MinValue property is used to:
  • get and set the bottom value of a report based on a data file.
  • get the minimum value of the current filter.
  • get the minimum value of a data series in a chart.
  • get and set the minimum value for some types of controls.
SecondaryAxisThe SecondaryAxis property is used to:
  • determine whether a chart series is on the secondary axis.
  • set the position of a chart series on the secondary axis.
SeriesColorThe SeriesColor property is used to:
  • Get the color of a series in a chart.
  • Change the color of a series in a chart.
SourceThe Source property can be used on:
  • a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ...
  • a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.).
SourceDescriptionThe SourceDescription property is used to get the name of the element used as data source of a series.
ThicknessThe Thickness property is used to:
  • Find out the thickness of the line for a series (Line charts only).
  • Modify the thickness of the line for a series (Line charts only).
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/05/2024

Send a report | Local help