Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到了一个LineChart实际上有两个轴的。我真的需要操纵 xAxis 的边界和滴答声,但是我无法将轴作为 a NumberAxis,我只是将它作为一个Axis我无法获得 setLowerBound 方法,既没有 upperBound 也没有刻度设置....
LineChart
NumberAxis
Axis
我该如何解决这个问题?
正如@uluk-biy 指出的那样,您可以在这里安全地使用向上转换,如果它Axis被创建为NumericAxis:
NumericAxis
NumericAxis numericAxis = (NumericAxis) axis;