You are here

function pData::SetXAxisFormat in Visitors 8

Same name and namespace in other branches
  1. 7.0 pchart/pData.inc \pData::SetXAxisFormat()

File

pchart/pData.inc, line 212

Class

pData

Code

function SetXAxisFormat($Format = "number") {
  $this->DataDescription["Format"]["X"] = $Format;
}