Hi I am just wondering if it is possible to do somethinglike this?
Here is my attempt:
<
}" >
>
="DollarAxis"/>
="False">
="False"/>
="2">
="True"/>
="DollarAxis">
="Count"/>
="00:00:02"/>
="CountAxis">
="Amount"/>
Yes, this is possible using different templates for the series:
<igCA:Series ChartType="Column" AxisY="DollarAxis" UseDataTemplate="False" Fill="Red" /> <igCA:Series ChartType="Column" AxisY="CountAxis" UseDataTemplate="True" Fill="Blue" />
You can copy and paste the default template (ColumnChartTemplate) from our DefaultStyles folder into the Resources of the chart and change the width of the main border. Only the second series then will use the custom template.