%DeepSee.Report.Model.Chart.YAxis
class %DeepSee.Report.Model.Chart.YAxis extends %DeepSee.Report.Model.Chart.Axis
Property Inventory
Parameters
parameter XMLNAME = yaxis;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties
property tagBegin as %String [ InitialExpression = "<yaxis" ];
Property methods: tagBeginDisplayToLogical(), tagBeginGet(), tagBeginIsValid(), tagBeginLogicalToDisplay(), tagBeginLogicalToOdbc(), tagBeginNormalize(), tagBeginSet()
property tagEnd as %String [ InitialExpression = "</yaxis>" ];
Property methods: tagEndDisplayToLogical(), tagEndGet(), tagEndIsValid(), tagEndLogicalToDisplay(), tagEndLogicalToOdbc(), tagEndNormalize(), tagEndSet()
Inherited Members
Inherited Properties
- baseValue
- labelAngle
- labelDisplacement
- labelGroup
- labelStyle
- labelUnits
- labelValue
- labelValues
- majorGridLines
- majorGridStyle
- majorUnits
- maxValue
- maxValueDisplacement
- minValue
- minValueDisplacement
- minorGridLines
- minorGridStyle
- minorUnits
- name
- textAnchor
- title
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()