ChSetValueRange Function

Microchip Graphics Library

Microchip Graphics Library
ChSetValueRange Function
C
void ChSetValueRange(
    CHART * pCh, 
    WORD min, 
    WORD max
);
Overview

This function sets the minimum and maximum range of values that the bar chart will show. The criteria is that min <= max.

Input Parameters
Input Parameters 
Description 
CHART * pCh 
Pointer to the chart object. 
WORD min 
Minimum value that will be displayed in the bar chart. 
WORD max 
Maximum value that will be displayed in the bar chart. 
Returns

none.

Preconditions

none

Side Effects

none.

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