Hi Jared,
Thanks for the update.
Query 1: chart
area's interior have some transparency to it?
We have analyzed the reported query. You can achieve your
requirement by applying below code snippet.
Code snippet [XAML]:
<syncfusion:ChartArea Background="Transparent" />
Query 2: like on
a specific chart series. Say like a chart area graph where the chart area
is green with 80% opacity.
Your requirement can be achieved by applying the below code
snippet.
Code snippet [XAML]:
<syncfusion:ChartSeries.Interior>
<SolidColorBrush Color="Green" Opacity="0.8" />
</syncfusion:ChartSeries.Interior>
We have prepared the sample based on this. You can download
the sample in the following location.
Please let us know if you have require any further
assistance on this.
Regards,
Karthikeyan V.
SeriesSegmentOpacity_9948423a.zip