DocBook|Search
Class Reference
%ZEN.Report.Display.COSChart.ccomboChart
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [COSChart] >  [ccomboChart]
Private  Storage  

class %ZEN.Report.Display.COSChart.ccomboChart extends %ZEN.Report.Display.COSChart.cbarChart

This is an SVG chart component that displays a combination of line and bar chart information.
This chart displays one or more data series each of which can be presented as lines or bars.
You can view pivot the chart using the chartPivot property.
Pivotted combo charts are not supported.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 2


Summary

Properties
%dataSeries %edgeArray %hzMaxStep %labelPad
%lastValueLabel %legendRight %marginBottom %marginLeft
%marginRight %marginTop %maxScrollLeft %plotBottom
%plotBottomOut %plotHeight %plotLeft %plotLeftOut
%plotRight %plotRightOut %plotTop %plotTopOut
%plotWidth %rplotRight %rplotRightOut %rplotWidth
%seriesColors %xAxisLabelH %xAxisTitle %xAxisTitleH
%xBaseValue %xGridType %xLabelAngle %xLabelStyle
%xLabelUnits %xMajorGrid %xMajorGridStyle %xMajorUnits
%xMaxValue %xMinValue %xMinorGrid %xMinorGridStyle
%xMinorUnits %xRange %yAxisForSeries %yAxisTitle
%yBaseValue %yGridType %yLabelAngle %yLabelStyle
%yLabelUnits %yMajorGrid %yMajorGridStyle %yMajorUnits
%yMaxValue %yMinValue %yMinorGrid %yMinorGridStyle
%yMinorUnits %yRange appearance autoScaleText
axisLineStyle axisTitleStyle backgroundStyle bandLeft
bandLeftStyle bandLower bandLowerStyle bandRight
bandRightStyle bandUpper bandUpperStyle blockContainerProperty
borderRadius borderStyle caption chartPivot
chartStacked class colcount colspan
composite crosstabDataGroup crosstabFooterFormatNumber crosstabFooterGroup
crosstabHeaderDataField crosstabHeaderGroup crosstabHeaderMatchField crosstabRowGroup
currYAxis field foblock gridStyle
group grouppath hasFooter hasHeader
height htmlstyle id ifexpression
ifxpath includeBlockContainer includeColIfExpression includeColIfXPath
includeColUnlessExpression includeColUnlessXPath labelStyle labelsVisible
legendHeight legendLabelStyle legendStyle legendTitle
legendVisible legendWidth legendX legendY
linefeedTreatment marginBottom marginLeft marginRight
marginTop markerScale markerShapes markerStyle
markersVisible multipleTitleStyle ongetData ongetLabelX
ongetLabelY ongetSeriesName onrenderData plotAreaStyle
plotEdgeStyle plotStyle plotToEdge removeEmpty
rowspan scrollButtonStyle selectedItem selectedItemStyle
selectedSeries selectstylecond selectstylelist seriesColorScheme
seriesColors seriesColorsOverride seriesCount seriesNames
seriesNumber seriesSize seriesTypes seriesYAxes
showMultiples stripeStyle stripesVisible style
stylecall styleparamNames styleparams svgGroup
tag template textSize title
titleBoxStyle titleStyle titleX titleY
tooLongText topLevel truncate truncationHeight
truncationWidth unlessexpression valueLabelStyle valueLabelsVisible
width withinSmallmultiple xAxis xmlnamespace
xmlnamespaceprefix xpath xslfostyle yAxis
yAxisList

Methods
%%OIDGet %AddToSaveSet %ApplyClass %ApplyLevelParameters
%BeginGroup %ClassIsLatestVersion %ClassName %ConstructClone
%DeclareLevelParameters %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawCellFO %DrawCellFO1 %DrawCellToHTML %DrawCellToHTML1
%DrawFooterFO %DrawFooterToHTML %DrawHeaderFO %DrawHeaderToHTML
%DrawSort %DrawToHTML %DrawToXSLFO %EndGroup
%EndLevel %Extends %FooterWidth %GetAbsoluteURL
%GetParameter %HeaderWidth %IsA %IsModified
%New %NormalizeObject %ObjectModified %OldWidth
%OriginalNamespace %PackageName %QuoteValue %QuoteValueEmbedded
%QuoteValueL10N %RemoveFromSaveSet %SerializeObject %SetModified
%StyleHTML %StyleXSLFO %ValidateObject %Width
ApplyClass CSPLinkToFileLink CountSpaces DoDocForHTML
GetBBox GetDocForXSLFO HTMLStyle OutputId
Test XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType XSLFOStyle adjustChartTitle calcVertex
calculateAxisConstraints calculateXAxisHeight calculateXAxisTitleHeight calculateYAxisWidth
computeEffectiveExtents computeScale computeStyle computeXFontSize
computeYFontSize createMarker createSVGTextNode createXLabelNode
embedStyle getChartElementStyle getChartTitle getColorSchemeArray
getComputedFontSize getComputedTextLength getLegendLabels getMarkerShape
getNumericAbbreviation getPelToPixelHRatio getPelToPixelVRatio getPlotX
getPlotY getRangeGroupForSeries getSeriesColor getSeriesCount
getSeriesData getSeriesNames getSeriesSVGGroup getSeriesSize
getSeriesType getStyleArray getTextWidth getXAxis
getXAxisTitle getXAxisType getXLabelText getYAxis
getYAxisCount getYAxisTitle getYAxisType getYLabelText
hasAxes hasFooterGet hasHeaderGet hasMultiples
initializeAxisProperties insertAxis integrateStyleSpec is3D
isCSPLink makeId max min
myCountSpaces needsURL parent pickVerticalSkips
plotLineForSeries prepareAxisGroup processExclamationPoint qualify
removeChildNodes renderAxes renderBands renderContents
renderLegend renderPlotArea renderSeries renderSeriesGroup
renderTitle renderXAxisTitle renderXLabels renderYAxisTitle
renderYLabels split stripWhitespace tagGet
unrender usePercentForRange useSumForRange


Parameters

• parameter DEFAULTAPPEARANCE = "2D";
Default appearance of this component.

Properties

• property seriesTypes as %ZEN.Datatype.csv;
Comma-delimited list of types indicating how each series within the chart should be displayed. Possible types are "line", "area", and "bar". If a type is not supplied, the type is "bar".

Methods

• method getRangeGroupForSeries(series)
For line/bar charts with stacked bars, indicate which "group" should be used for computing axis ranges.
• method getSeriesType(series)
Return the type (how a series should be displayed) for the given data series (0-based).