ChHideSeries Macro

Microchip Graphics Library

Microchip Graphics Library
ChHideSeries Macro
C
#define ChHideSeries(pCh, seriesNum) (ChSetDataSeries(pCh, seriesNum, HIDE_DATA))
Overview

This macro sets the specified data series number show flag to be set to HIDE_DATA.

Input Parameters
Input Parameters 
Description 
pCh 
Pointer to the chart object. 
seriesNum 
The data series number that will be modified. If this number is zero, all the entries' flag in the list will be set to HIDE_DATA
Returns

Returns the same passed number if successful otherwise -1 if unsuccesful.

Preconditions

none

Side Effects

none

Example

See ChShowSeries() example.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved