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

class %DeepSee.Report.Model.Chart.Axis extends %DeepSee.Report.Model.Node

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 20


Summary

Properties
baseValue labelAngle labelDisplacement labelGroup
labelStyle labelUnits labelValue labelValues
majorGridLines majorGridStyle majorUnits maxValue
maxValueDisplacement minValue minValueDisplacement minorGridLines
minorGridStyle minorUnits name textAnchor
title

Methods
%%OIDGet %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

Subclasses
%DeepSee.Report.Model.Chart.XAxis %DeepSee.Report.Model.Chart.YAxis

Parameters

• parameter XMLNAME = "axis";
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 baseValue as %ZEN.Datatype.float;
Base value for this axis. For charts with filled regions (such as bar or area plots), this specifies where the base of the filled region should be plotted.
If this is missing (""), then the base value will be the bottom of the plot area.
• property labelAngle as %ZEN.Datatype.float [ InitialExpression = 0 ];
Number of degrees that labels for this axis should be rotated.
• property labelDisplacement as %ZEN.Datatype.float;
• property labelGroup as %ZEN.Datatype.string;
Optional: Group used to get label values of category axes. If left blank, the category number is used.
• property labelStyle as %ZEN.Datatype.style;
Optional: style used for labels along this axis.
• property labelUnits as %ZEN.Datatype.float(MINVAL=0);
Label units along this axis. This specifies how labels will be spaced along this axis.
If this is missing (""), then the value will be automatically calculated.
• property labelValue as %ZEN.Datatype.string;
Optional: Value used to get label values of category axes from Group. If left blank, the category number is used.
• property labelValues as %ZEN.Datatype.csv;
Optional: comma-delimited list of label values of category axes. If left blank, the category number is used.
• property majorGridLines as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Specifies whether gridlines should be displayed for each major unit.
• property majorGridStyle as %ZEN.Datatype.style;
Optional: style used for major grid lines along this axis.
• property majorUnits as %ZEN.Datatype.float(MINVAL=0);
Major units along this axis. This specifies how major gridlines will be spaced along this axis.
If this is missing (""), then the value will be automatically calculated.
• property maxValue as %ZEN.Datatype.float;
Maximum value along this axis.
If this is missing (""), then the value will be automatically calculated.
• property maxValueDisplacement as %ZEN.Datatype.float;
When minValue is automatically calculated this displacement is added to minValue
• property minValue as %ZEN.Datatype.float;
Minimum value along this axis.
If this is missing (""), then the value will be automatically calculated.
• property minValueDisplacement as %ZEN.Datatype.float;
When minValue is automatically calculated this displacement is added to minValue
• property minorGridLines as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Specifies whether gridlines should be displayed for each minor unit.
• property minorGridStyle as %ZEN.Datatype.style;
Optional: style used for minor grid lines along this axis.
• property minorUnits as %ZEN.Datatype.float(MINVAL=0);
Minor units along this axis. This specifies how minor gridlines will be spaced along this axis.
If this is missing (""), then the value will be automatically calculated.
• property textAnchor as %ZEN.Datatype.string [ InitialExpression = "middle" ];
textAnchor value
• property title as %ZEN.Datatype.string;
Optional title to display along this axis.