The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RARachel A Syncfusion Team June 17, 2016 07:19 AM UTC
Hi Sean,
Thanks for contacting Syncfusion support.
We can achieve the requirement by enabling IsTransposed property in RangeColumnSeries as shown in the below code snippet.
XAML
<chart:RangeColumnSeries IsTransposed="True"
ItemsSource="{Binding FinancialDatas}"
XBindingPath="Time"
High="High" Low="Low" >
</chart:RangeColumnSeries>
Regards,
Rachel.A
SASean AndrewsJune 17, 2016 07:23 AM UTC
Hi Rachel,
Thanks so much
That is perfect! All working exactly as required :)
Cheers,
Sean
RARachel A Syncfusion Team June 17, 2016 07:26 AM UTC
Hi Sean,
Thanks for the update.
Please let us know if you need any further assistance .
Regards,
Rachel. A
FTFabrício Tibúrcio Silva AraújoOctober 19, 2016 12:30 PM UTC
Is possible to put High and Low parameters as DateTime type using IsTransposed option?
I' ve tryed it but it returns me a conversion error when I run...
Thanks
DADevi Aruna Maharasi Murugan Syncfusion Team October 20, 2016 10:03 AM UTC
Hi Sean,
Thanks for your update.
We are able to set only NumericalAxis into chart’s SecondaryAxis. However, your requirement (High and Low parameters as DateTime type) can be achieved by converting the DateTime value in to double data type. We have prepared a demo sample based on your requirement and it can be downloaded from below link,