0
我正在研究一個氣泡圖問題,其中圖形在Y軸標籤較長時變形 理想情況下,該圖應該顯示爲Normal.gif。ADF DVT組件中的氣泡圖標籤問題
但是,如果標籤很長,它會顯得像distorted.gif。
因此,我試圖只顯示標籤的前15個字符,後面跟着3個橢圓(3個點...)。但是標籤名稱和情節區域之間仍然有很多空間。 有什麼辦法可以減少這個空間。任何想法的圖表屬性控制這個空間。此外,只要標籤連接在一起以僅顯示前15個字符,我們需要在將鼠標懸停在名稱上時顯示全名。我們如何實現這一目標?請讓我知道,如果你有任何指示。
<dvt:x1MajorTick lineWidth="0" tickStyle="GS_NONE"/>
<dvt:x1Title text="#{HcmGoalTopGenBundle['MenuItem.Performance.AddtoPerformanceGoal']}"
rendered="true">
<dvt:graphFont bold="true"/>
</dvt:x1Title>
<dvt:y1Axis majorTickStepAutomatic="false"
majorTickStep="#{bindings.YMinorTick.inputValue}"
axisMinAutoScaled="false" axisMaxAutoScaled="false"
axisMinValue="#{bindings.YLowerBoundary.inputValue}"
axisMaxValue="#{bindings.YUpperBoundary.inputValue}"></dvt:y1Axis>
<dvt:y1TickLabel>
<af:convertNumber pattern="#{applCorePrefs.numberFormatPattern}"/>
</dvt:y1TickLabel>
<dvt:y1MajorTick lineWidth="0" tickStyle="GS_NONE"/>
<dvt:y1Title text="#{hcmperformancedocspublicuiBundle1['OText.Potential.PotentialRating']}"
rendered="true">
<dvt:graphFont bold="true"/>
</dvt:y1Title>
<dvt:seriesSet defaultMarkerShape="MS_HUMAN"/>
<dvt:shapeAttributesSet>
<dvt:shapeAttributes component="GRAPH_DATAMARKER"/>
</dvt:shapeAttributesSet>
<dvt:legendArea position="LAP_RIGHT" rendered="false"/>
</dvt:graph>