问题标签 [dundas]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
279 浏览

asp.net - 创建堆积柱形图的问题

我正在尝试从以下数据创建堆积柱形图。
PrimaryAdvisorName AccountTypeName TotalCustodianValue Paul T1 100 John T2 200 John T3 300

但我面临的问题是所有系列都堆叠在同一个 x 轴标签上。我没有看到其他 x 轴值
|
|
| | |
| | |
| | |
-------------
 保罗

0 投票
1 回答
102 浏览

asp.net - http 处理程序在子虚拟目录中不起作用 - 图像和 crsytal 报告图标未显示在网站中

我在查看我的网站中的图表(使用 dundas 图表和 chart.axd)以及使用 crystalImageHandeler.aspx 的水晶报告图像(导航、打印按钮等)时遇到问题

该网站在使用 root 级别运行时显示所有这些:https:\mywebsite\

但是我的网站必须在代理重定向目的的两个子虚拟目录中实现:所以现在我有 https:\mywebsite\subVirtual_1\subVirtual_2

我在两者中都使用了 web.config,并且我知道 subVirtual_2 中的 web.config 从根级别继承。我已经尝试将处理程序注册放入 web.configs 以及仅将其放入最低级别的 web.config

谁能帮助我为什么仍然看不到图表,图像?使用 https:\mywebsite\subVirtual_1\subVirtual_2 ?

所有这些都是使用 .Net 2 在 IIS 7 中设置的

0 投票
1 回答
326 浏览

asp.net - 登打士图表 ASP.Net 中的 3 或多个 Y 轴

是否可以在 Dundas Chart 中使用多个或 3 个 Y 轴?如果它比如何使用 Dundas Chart 绘图是可能的。

0 投票
1 回答
925 浏览

c# - 使用 C# 和 dundas 创建多个条形图

大家好,我无法在我的代码上添加条形图。我需要做的是从饼图中为它所拥有的每一块制作一个条形图。不幸的是,我很难做到这一点。我想要做的主要目标是根据 GroupName 创建一个单独的详细条形图。这是我的 C# 代码:

0 投票
2 回答
143 浏览

dundas - 在 Dundas Dashboards 中创建自定义条形图

我想用自定义图像自定义条形图。我想使用建筑物的图像来表示属性数据,而不是简单的条形图。在 Dundas Dashboard 中是否有可能?

0 投票
1 回答
29 浏览

jscript - 如何增加数字仪表中的位数?

我正在尝试使用使用 .NET 开发的应用程序。

  • 此应用程序使用 Dundas Gauges(我的应用程序中包含的第三方)。
  • 应用程序使用 jscript.net。我正在尝试使用数字仪表。

我遇到的问题:

数量限制为 5。在我的情况下,我有 6 位数字要显示。如果我提供 5 位数字它可以工作,如果我提供 6 位数字.. 而不是显示这些数字我看到“错误”

我的问题:

如何增加允许的位数?我使用了这段代码:

注意:我正在寻找变量 digitGauge 的属性 DigitCount .. 但它不存在。有人可以帮助我并更正我的代码吗?谢谢

0 投票
1 回答
429 浏览

.net - 如何使用 Microsoft 图表控件绘制 TEMA 指标

我添加了两个系列:Series1(CandeleStick)、Series2(Line)。我添加了积分和财务公式:

但我无法得到预期的结果。就在零水平线上。我做错了什么?

0 投票
1 回答
76 浏览

google-chrome - 无法在 Chrome 中登录 Dundas 仪表板,但在 Internet Explorer 中我可以

如果我使用谷歌浏览器,谁能帮我弄清楚为什么我无法登录到 Dundas 仪表板,但如果我使用 Internet Explorer,我可以吗?

我的 Dundas Dashboard 是 v3.0,我的 Chrome 是版本 45.0.2454.93 B。

0 投票
1 回答
509 浏览

charts - Trying to create a dynamic Dundas Stackedarea chart

Good afternoon. I try to research and have yet to find anyone that has an example of this, I normally do not ask for help, I just figure it out, but this one is killing me! I am trying to create a stacked area chart dynamically, I already can create a dynamic area chart, but cannot for the life of me figure out how to get a stacked area chart to stack the series. I have made something similar in excel and I can get it to chart fine, but it is not dynamic. I have data that is laid out like this: How the data is laid out

And this is how I want the chart to look: How I want the chart to look

How can I associate the data to categories or whatever it is I need to do? I have the data in an array but I can just not seem to figure out how to get the chart to stack. Can anyone help? If you need some more info please ask, I know I am not including my code, mainly because it is very ugly and drawn out, but can try to compress it a bit and simplify if anyone needs that.

My code is below (maybe that will help, even if it is ugly)

Thanks a bunch in advance! Later

0 投票
0 回答
41 浏览

dundas - 如何维护从数据库到 Dundas 的列顺序

来到登打士时的列顺序发生了变化。

有什么办法可以保持秩序。

我正在使用 Dundas Dashboard V5。虚拟表正在从存储过程中获取数据,我正在将数据集用于仪表板的数据网格中。表中的数据按顺序保留到虚拟表,但从数据集中更改。

最后几列还返回了两年的透视数据,其月份是动态的并且是按顺序排列的

例如:

现在我面临的两个问题是:

  1. 我在存储过程中创建的月份顺序应按时间顺序保留在仪表板中,如 mm/yy

  2. 月份确实会动态更改,因此仪表板应显示更改的月份(目前它显示的是旧缓存数据)。

让我知道这是否有意义,是否有任何解决方案。

谢谢你的时间。