Hi all, can someone help me that how to i edit the RowLabel? my rowlabel on the chart show me that R1 - R5 - R9.....R81. can i edit it start from 0 - 5 - 10 - 15......85?
this is my code..
.Plot.Axis(VtCh AxisIdX).Tick.S tyle = VtChAxisTickSty leNone
.RowCount = s
.ChartData = X
.ColumnCount = v
.ColumnLabelCou nt = v
'.RowLabelCount = 1
.Plot.UniformAx is = False
'adjust legend captions
.Plot.Axis(VtCh AxisIdX).AxisTi tle.Text = "s"
.Plot.Axis(VtCh AxisIdY).AxisTi tle.Text = "C/bar"
.Plot.Backdrop. Frame.Style = VtFrameStyleDou bleLine
thanks you very much
this is my code..
.Plot.Axis(VtCh AxisIdX).Tick.S tyle = VtChAxisTickSty leNone
.RowCount = s
.ChartData = X
.ColumnCount = v
.ColumnLabelCou nt = v
'.RowLabelCount = 1
.Plot.UniformAx is = False
'adjust legend captions
.Plot.Axis(VtCh AxisIdX).AxisTi tle.Text = "s"
.Plot.Axis(VtCh AxisIdY).AxisTi tle.Text = "C/bar"
.Plot.Backdrop. Frame.Style = VtFrameStyleDou bleLine
thanks you very much

Comment