Macros
Name |
Description |
This macro sets the specified data series number show flag to be set to SHOW_DATA. | |
This macro sets the specified data series number show flag to be set to HIDE_DATA. | |
This macro shows the number of data series that has its show flag set to SHOW_DATA | |
This macro returns the show ID status of the DATASERIES. | |
This macro sets the address of the current text string used for the value axis label of the bar chart. | |
This macro returns the address of the current text string used for the value axis label of the bar chart. | |
This macro returns the current maximum value that will be drawn for bar charts. | |
This macro returns the current minimum value that will be drawn for bar charts. | |
This macro gets the current range for bar charts. The value returned is calculated from the current (valMax - valMin) set. To get the minimum use ChGetValueMin() and to get the maximum use ChGetValueMax(). | |
This macro sets the address of the current text string used for the sample axis label of the bar chart. | |
This macro returns the address of the current text string used for the sample axis label of the bar chart. | |
This macro returns the sampling start value. | |
This macro returns the sampling end value. | |
This macro gets the percentage range for bar charts. The value returned is calculated from percentage max - min. To get the minimum use ChGetPercentMin() and to get the maximum use ChGetPercentMax(). | |
This macro gets the sample range for pie or bar charts. The value returned is calculated from smplEnd - smplStart. | |
This macro returns the current maximum value of the percentage range that will be drawn for bar charts when CH_PERCENTAGE bit state is set. | |
This macro returns the current minimum value of the percentage range that will be drawn for bar charts when CH_PERCENTAGE bit state is set. | |
This macro sets the color table used to draw the data in pie and bar charts. | |
This macro returns the current color table used for the pie and bar charts. | |
This macro sets the address of the current text string used for the title of the chart. | |
This macro returns the address of the current text string used for the title of the chart. | |
This macro sets the location of the font used for the title of the chart. | |
This macro returns the location of the font used for the title of the chart. | |
This macro returns the location of the font used for the X and Y axis labels of the chart. | |
This macro sets the location of the font used for the X and Y axis labels of the chart. | |
This macro returns the location of the font used for the X and Y axis grid labels of the chart. | |
This macro sets the location of the font used for the X and Y axis grid labels of the chart. |