Hidden Only MarkerText bar in BAR_VERT_CLUST2Y
Hello experts.
<Graph depthAngle="25" depthRadius="8" seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_CLUST2Y"><MarkerText visible="true" markerTextPlace="MTP_INSIDE_MIN"><Y1ViewFormat><ViewFormat numberType="NUMTYPE_GENERAL" numberTypeUsed="true" decimalDigit="0" decimalSeparatorUsed="true" decimalDigitUsed="true" scaleFactor="SCALEFACTOR_NONE" scaleFactorUsed="true" /></Y1ViewFormat><Y2ViewFormat><ViewFormat numberType="NUMTYPE_GENERAL" numberTypeUsed="true" decimalDigit="2" decimalSeparatorUsed="true" decimalDigitUsed="true" scaleFactor="SCALEFACTOR_NONE" scaleFactorUsed="true" /></Y2ViewFormat></MarkerText><Title text="Total Production - Fixed vs Variable/Tons" visible="true" horizontalAlignment="CENTER" /><Y1Title text="€" visible="true" /><Y2Title text="€/Tm" visible="true" /><Y1Axis><ViewFormat numberType="NUMTYPE_GENERAL" numberTypeUsed="true" decimalDigit="0" decimalSeparatorUsed="true" decimalDigitUsed="true" scaleFactor="SCALEFACTOR_NONE" scaleFactorUsed="true" /></Y1Axis><Y2Axis><ViewFormat numberType="NUMTYPE_GENERAL" numberTypeUsed="true" decimalDigit="2" decimalSeparatorUsed="true" decimalDigitUsed="true" scaleFactor="SCALEFACTOR_NONE" scaleFactorUsed="true" /></Y2Axis><LegendArea visible="true" automaticPlacement="AP_NEVER" position="LAP_BOTTOM" /><LegendText><GraphFont size="9" bold="false" italic="false" underline="false" /></LegendText><SeriesItems><Series id="0" color="#6599FF" /><Series id="1" color="#00FF00" markerType="MT_MARKER" lineWidth="2" /></SeriesItems><LocalGridData colCount="{count(xdoxslt:group(current-group(), 'MES'))}" rowCount="2"><RowLabels><Label>Fixed</Label><Label>Variable / Tons</Label></RowLabels><ColLabels><xsl:for-each-group select="current-group()" group-by="MES" xmlns:xsl="
I have a graph type BAR_VERT_CLUST2Y, and i want to show marker text in Line and hidden in bar.
Is it possible?
My code:
0