Home > Net >  Devexpress pie charts how the upper right corner of the data display as a percentage
Devexpress pie charts how the upper right corner of the data display as a percentage

Time:11-27

How in the xaml language to write the upper right corner of the label set percentage of expression
The code is as follows:




X: Name="Pie_Series ArgumentDataMember"="Range" ToolTipPointPattern="{} - {A} - {VP: P0}" ValueDataMember="Counts" ShowInLegend="True" ArgumentScaleType="Qualitative" ValueScaleType="Numerical & gt;"








DXC: PieSeries LabelPosition="Outside"
RenderMode="RectangleConnectedToCenter"/& gt;





CodePudding user response:

In the Label of the Series, set IsValueShowAsLabek is true, then fill the Label # % VAL, then, in the legend of the legendtext fill in # VAL

CodePudding user response:

TextPattern="{} {b}, {VP: P0}" is in DXC: SeriesLabel here to fill in? Inside the curly braces? Or how to fill in
  • Related