ChSetTitle Macro

Microchip Graphics Library

Microchip Graphics Library
ChSetTitle Macro
C
#define ChSetTitle(pCh, pNewTitle) (((CHART *)pCh)->prm.pTitle = pNewTitle)
Overview

This macro sets the address of the current text string used for the title of the chart.

Input Parameters
Input Parameters 
Description 
pCh 
Pointer to the object. 
pNewTitle 
pointer to the string to be used as a title of the 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