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.
我想在折线图的左轴和下轴上显示标签到右轴和上轴,而不是左轴和下轴。
您需要设置系列的水平轴和垂直轴:
line1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Right line1.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Top
您将在教程 4 中找到有关轴设置的更多信息,可在 TeeChart 的程序组中找到。