【问题标题】:How can I set LightningChart's Y axis to right edge of the graph如何将 LightningChart 的 Y 轴设置为图表的右边缘
【发布时间】:2016-06-03 07:50:31
【问题描述】:

LightningChart 的 ViewXY 中,我有两个 Y 轴,稍后可能会更多。坐标轴显示在图表的左侧。是否可以选择将第二个轴向右移动?

我尝试设置axis.Position = 100,但它没有移动轴。我正在使用 LightningChart v.7。

看图: Axis should be moved like this

【问题讨论】:

    标签: c# wpf graph charts axis


    【解决方案1】:

    你可以通过设置来做到这一点

    chart.ViewXY.AxisLayout.YAxisAutoPlacement = LeftThenRight. 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2014-05-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多