when the RadDiagramShape background is set to LinearGradientBrush or RadialGradientBrush ,if the GradientStop color is opacity color ,
After exporting the PDF, the transparency effect cannot be displayed,like this from SDK Sample(ExportToPDF_WPF project):
<telerik:RadDiagramShape.Background>
<RadialGradientBrush Center=" 0.5, 0.5" GradientOrigin="0.5, 0.5" RadiusX="0.5" RadiusY="0.5">
<RadialGradientBrush.GradientStops>
<GradientStop Offset="0" Color="#4DE44F0F" />
<GradientStop Offset="0.5" Color="#7E1513B9" />
<GradientStop Offset="1" Color="#960FB814" />
</RadialGradientBrush.GradientStops>
</RadialGradientBrush>
</telerik:RadDiagramShape.Background>
UI display effect:
The effect after exporting PDF: