-
Beta Was this translation helpful? Give feedback.
Answered by
HarlingPI
Dec 3, 2024
Replies: 1 comment
-
The following code can achieve the target result, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HarlingPI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code can achieve the target result,
var ctChart = chart.GetCTChart();
var valax = plotArea.valAx[0];
valax.crossBetween = new CT_CrossBetween { val = ST_CrossBetween.between };