Hello,
I know that SfChart is extremely flexible and powerful when combining various chart series, I wonder if you might help me to achieve the following (at least some directions of what kind of axis / series to use):
Kind regards,
Valeriy
|
…
<chart:ColumnSeries ItemsSource="{Binding Data}"
XBindingPath="XValue" YBindingPath="YValue1"
Color="#8e6372"
IsTransposed="True" Width="0.2"/>
<chart:ScatterSeries ItemsSource="{Binding Data1}"
XBindingPath="XValue" YBindingPath="YValue1"
ScatterHeight="15" ScatterWidth="15"
Color="Yellow"
IsTransposed="True"
DataMarkerLabelCreated="ScatterSeries_DataMarkerLabelCreated">
…
</chart:ScatterSeries> |
Hello Devakumar,
Thank you, this is awesome! I wonder if there is a way to set the width of the column series to a fixed number (to make it independent from the chart size).
Kind regards,
Valeriy