DocBook|Search
Class Reference
%BI.Chart
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [Chart]
Private  Storage  

class %BI.Chart extends %CSP.Page

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
14


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName ConvertParameter Decrypt
Encrypt EscapeHTML EscapeURL HyperEventBody
HyperEventCall HyperEventFrame HyperEventHead Include
InsertHiddenField InsertHiddenFields IsPrivate Link
OnHTTPHeader OnPage OnPageError OnPostHTTP
OnPostHyperEvent OnPreHTTP OnPreHyperEvent Page
QuoteJS RewriteURL ShowError StartTimer
StopTimer ThrowError UnescapeHTML UnescapeURL
bSChtProp drawChart lRef rCht
rfCht sChtProp sChtTyp sCus
sRef sSes setChtWidthHeight view


Methods

• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
• classmethod OnPreHTTP() as %Boolean
Event handler for PreHTTP event: this is invoked before the HTTP headers for a CSP page have been sent. All changes to the %CSP.Response class, such as adding cookies, HTTP headers, setting the content type etc. must be made from within the OnPreHTTP() method. Also changes to the state of the CSP application such as changing %session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method. It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method as this is more efficient, although it is supported in any section of the page. Return 0 to prevent OnPage from being called.
• classmethod bSChtProp(objId)
• classmethod drawChart(objId, cTyp, ht, wd, dDwn)
• classmethod lRef(pivId)
• classmethod rCht(e1)
• classmethod rfCht(e1)
• classmethod sChtProp(pivId, chtS, barS, linS, pieS, sav, type, objId)
• classmethod sChtTyp(pivId, cTyp, cN)
• classmethod sCus(pivId, bCus, fCus, sav, type, objId)
• classmethod sRef(pivId, refS, sav)
• classmethod sSes(sesS, subs, X, X2)
• classmethod setChtWidthHeight(e1, wd, ht)
• classmethod view(d1, d2, e1, e2, cTyp, cSId, dDwn, lgP, lgD, rLd)