telerik-charting

WPF Time Chart with absolute or relative time option

心已入冬 提交于 2021-02-11 12:30:08
问题 I have a time chart that shows measurements of temperature over time. I would like to be able to display either absolute time or relative time, which is spent time from a defined starting point (so a TimeSpan). The data points are DateTime in absolute and temperature, I would like to avoid rewriting all the time series with relative value each time the user change. So far my goal was to create a converter for formatting the X-Axis labels with the time and handle the logic in there, passing

Responsive Telerik RadHtmlChart

会有一股神秘感。 提交于 2020-01-03 07:05:03
问题 I am using Telerik RadHtml chart i need to chart should be auto size based on the screen resolution how to do it. I have tried to set width and height as Auto but this not working. my chart containing in the datalist my code block below <asp:UpdatePanel ID="pnlContainer" runat="server" UpdateMode="Conditional"> <ContentTemplate> <div id="wrapper"> <asp:DataList ID="dtlstDashboards" runat="server" RepeatColumns="2" RepeatDirection="Horizontal" OnItemDataBound="dtlstDashboards_ItemDataBound"

Responsive Telerik RadHtmlChart

余生长醉 提交于 2020-01-03 07:04:09
问题 I am using Telerik RadHtml chart i need to chart should be auto size based on the screen resolution how to do it. I have tried to set width and height as Auto but this not working. my chart containing in the datalist my code block below <asp:UpdatePanel ID="pnlContainer" runat="server" UpdateMode="Conditional"> <ContentTemplate> <div id="wrapper"> <asp:DataList ID="dtlstDashboards" runat="server" RepeatColumns="2" RepeatDirection="Horizontal" OnItemDataBound="dtlstDashboards_ItemDataBound"

Using a list in my ObjectDataSource on my report for the DataSource of a Telerik Chart in report

本小妞迷上赌 提交于 2019-12-10 11:54:47
问题 Hey there I'm trying to use a list (Loans) within my ObjectDataSource (objectDataSource1) object on a report, as the DataSource for my Telerik chart on the same report. The majority of the tutorials I have looked at all show the report querying their database with a SQL string. I feel I'm over looking something silly. I've also posted on Telerik and haven't got a response quite yet. What I want to do is something like this: chart1.DataSource = objectDataSource1.Loans; Or to be able to just