We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

BarSeries side-by-side? Hatch / Striped pattern?

Hi,

I'm trying to get the following effect:

chart effects

I'd like to implement this with two series, with 5 datapoints each. Each series' datapoints would be grouped together.

Two questions:

1. Is it possible to get a hatched / striped brush effect for an SfChart color?
2. I have added two BarSeries to my chart, but I only see one. How do I get SfChart to show me both of them, grouped together as above?

1 Reply

SS Suresh S Syncfusion Team June 22, 2015 12:38 PM UTC

Hi Daniel,

Thanks for contacting Syncfusion support:

Query1: (striped pattern)

Currently we don’t have support to achieve hatch/striped pattern.

Query2: (group series together)

We can group series together based on series GroupingLabel property as shown in below code snippet. For more information regarding this refer our help documentation link,

CodeSnippet:

<chart:StackingBarSeries GroupingLabel="Series" XBindingPath="Year"

 YBindingPath ="Count"/>

<chart:StackingBarSeries GroupingLabel="Series" XBindingPath="Year"

 YBindingPath ="Count1"/>

Ug link: http://help.syncfusion.com/UG/winrt/Documents/stackingbarseries.htm

Please let us know in case of any query.

Regards,

Suresh S


Loader.
Live Chat Icon For mobile
Up arrow icon