You are here

function pData::SetYAxisFormat in Visitors 8

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

File

pchart/pData.inc, line 217

Class

pData

Code

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