问题标签 [visifire]

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 投票
1 回答
316 浏览

c# - WPF Itemcontrol 和 datatemplate 无法正确显示

我在使用 ItemControl、DataTemplate 和 Visifire 图表时遇到问题。

首先,XAML中的代码如下

_markerChartsCollections定义为

在 ViewModel 和 Model 中。

现在,在 Model 中,我初始化了两个My3DLineChartObject对象并将其放入_markerChartsCollections.

结果是我可以在 _markerChartsCollections 中看到两个与 My3DLineChartObject 相同的数字。但是,无法显示 My3DLineChartObject 中的属性,包括 _xAxisCollection、_yAxisCollection 和 _zAxisCollection。

谁能帮忙看看可能的原因是什么?

输出信息是

0 投票
1 回答
163 浏览

wpf - Visifire 烛台不会自动缩放

如何在 Visifire Chart CandleStick 中进行自动缩放?

当我尝试时:

它不会自动缩放。

例子.jpg


项目.rar

0 投票
2 回答
159 浏览

c# - Center axis on barchart using visifire

I am currently working with visifire on a c# charting project.

I want to create a bar chart to show percental increase as green bars and decreases as red bars. The Axis / 0 point line should always remain at the same position.

The problem is, that the axis currently moves all around the screen depending on the values that are shown. (see the image below)

axis stuck on the right side

I already tried to center it with axismaximum and axisminimum set to fix values, but that doesn't work.

The way i want it to be is like this. single color / only negative

or this

positive and negative values

Are there any remaining visifire cracks out there, that can understand the problem and help?