ChSetValueLabel Macro

Microchip Graphics Library

Microchip Graphics Library
ChSetValueLabel Macro
C
#define ChSetValueLabel(pCh, pNewValueLabel) (((CHART *)pCh)->prm.pValLabel = pNewValueLabel)
Overview

This macro sets the address of the current text string used for the value axis label of the bar chart.

Input Parameters
Input Parameters 
Description 
pCh 
Pointer to the object. 
pNewYLabel 
pointer to the string to be used as an value axis label of the bar chart. 
Returns

none.

Preconditions

none

Side Effects

none

Example

See ChCreate() example.

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