Skip to main content
FlightPath
academic advising and degree audit
Navigation
Home
Download
Documentation
Hosting & Support
Contact
You are here
Home
»
API reference
»
FlightPath 5.x
»
pData.class.php
»
pData
» function pData::setXAxisUnit
function pData::setXAxisUnit
Search API
Function, file, or topic
*
Partial match search is supported
5.x pData.class.php
pData
::setXAxisUnit($Unit)
File
inc/
pchart/
pchart/
class/
pData.class.php
, line 187
Class
pData
Code
function
setXAxisUnit
(
$Unit
) {
$this
->
Data
[
"XAxisUnit"
] =
$Unit
; }