[MSChart]How to edit RowLabel?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • niaokia
    New Member
    • May 2007
    • 10

    [MSChart]How to edit RowLabel?

    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
  • niaokia
    New Member
    • May 2007
    • 10

    #2
    Originally posted by niaokia
    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
    can any one help me? Thanks you very much

    Comment

    • niaokia
      New Member
      • May 2007
      • 10

      #3
      How to edit RowLabel???

      Comment

      • niaokia
        New Member
        • May 2007
        • 10

        #4
        can anyone help me? thanks

        Comment

        • niaokia
          New Member
          • May 2007
          • 10

          #5
          Originally posted by niaokia
          can anyone help me? thanks
          can anyone help me please...

          Comment

          • niaokia
            New Member
            • May 2007
            • 10

            #6
            Originally posted by niaokia
            can anyone help me please...

            [MSChart]How to edit RowLabel?

            Comment

            • niaokia
              New Member
              • May 2007
              • 10

              #7
              can anyone help me please...

              Comment

              • niaokia
                New Member
                • May 2007
                • 10

                #8
                Originally posted by niaokia
                can anyone help me please...

                can some one help me? please.....

                Comment

                • niaokia
                  New Member
                  • May 2007
                  • 10

                  #9
                  help me please......

                  Comment

                  • niaokia
                    New Member
                    • May 2007
                    • 10

                    #10
                    can anyone help me? thanks...

                    Comment

                    • Killer42
                      Recognized Expert Expert
                      • Oct 2006
                      • 8429

                      #11
                      Hi there, niaokia.

                      Just spotted this thread.

                      I think that to some extent, you shot yourself in the foot with this thread. If you had been more patient, you may have had your answer long ago. You see, a lot of the time, people go looking for posts that don't have any replies yet. Since you immediately (next day is fairly quick) posted a reply yourself, it would then be overlooked.

                      It would help if we could see what (if anything) you have attempted to do with the row label. But just from reading the online help, it seems as though you just set the .Row property to select the row you are interested in, then place a value in .RowLabel to set the row label. What seems to be the problem?

                      Comment

                      Working...