问题标签 [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.
c# - WPF Itemcontrol 和 datatemplate 无法正确显示
我在使用 ItemControl、DataTemplate 和 Visifire 图表时遇到问题。
首先,XAML中的代码如下
_markerChartsCollections
定义为
在 ViewModel 和 Model 中。
现在,在 Model 中,我初始化了两个My3DLineChartObject
对象并将其放入_markerChartsCollections
.
结果是我可以在 _markerChartsCollections 中看到两个与 My3DLineChartObject 相同的数字。但是,无法显示 My3DLineChartObject 中的属性,包括 _xAxisCollection、_yAxisCollection 和 _zAxisCollection。
谁能帮忙看看可能的原因是什么?
输出信息是
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)
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.
or this
Are there any remaining visifire cracks out there, that can understand the problem and help?