我定义了一个烛台:
<dxc:CandleStickSeries2D x:Name="mainCandle">
</dxc:CandleStickSeries2D>
我想从我的xaml文件中设置LevelLineLength = 0.5。
这是怎么做到的?
感谢。
答案 0 :(得分:0)
我不太清楚为什么要为烛台系列设置LevelLineLength属性,因为2D Candle Stick chart中没有任何关卡线。
您的意思是StockSeries2D.LevelLineLength的2D Stock chart属性吗?
或蜡烛棒使用CandleStickSeries2D.CandleWidth属性。
相关例子:
- How to create a 2D Stock chart
- How to create a 2D Candle Stick chart