如何从xaml代码为烛台设置LevelLineLength

时间:2013-10-12 23:00:59

标签: xaml devexpress

我定义了一个烛台:

<dxc:CandleStickSeries2D x:Name="mainCandle">
</dxc:CandleStickSeries2D>

我想从我的xaml文件中设置LevelLineLength = 0.5。

这是怎么做到的?

感谢。

1 个答案:

答案 0 :(得分:0)

我不太清楚为什么要为烛台系列设置LevelLineLength属性,因为2D Candle Stick chart中没有任何关卡线。
您的意思是StockSeries2D.LevelLineLength2D Stock chart属性吗? 或蜡烛棒使用CandleStickSeries2D.CandleWidth属性。

相关例子:
  - How to create a 2D Stock chart
  - How to create a 2D Candle Stick chart