ChGetSampleRange Macro

Microchip Graphics Library

Microchip Graphics Library
ChGetSampleRange Macro
C
#define ChGetSampleRange(pCh) (ChGetSampleEnd(pCh) - ChGetSampleStart(pCh))
Overview

This macro gets the sample range for pie or bar charts. The value returned is calculated from smplEnd - smplStart.

Input Parameters
Input Parameters 
Description 
pCh 
Pointer to the chart object. 
Returns

Sample range computed from smplEnd - smplStart.

Preconditions

none

Side Effects

none.

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