Replies: 1 comment
|
The following code can achieve the target result, |
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 };