Jump to content
Software FX Community

Namco

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Namco

  1. I searched the forum to this topic, but didn't find something useful.

    I have created a mutliple type chart via ASP(unfortunately no ASP.NET available) and need a second Y-Axis on the right side with an Axis Maximum of 100%. The red line should be at the top when its 100, but now its related to the left axis because i dont know how to create a second one.

    For the left Axis i have done this:

    Set AxisY = Chart.Axis(AXIS_Y)

      AxisY.Step = 25

      AxisY.MinorStep = 5

      AxisY.Max = 250

      AxisY.Min = 0

      AxisY.MinorTickMark = TS_CROSS

      AxisY.Grid = True

      AXISY.Decimals = 0

      AxisY.Title = "Pr

×
×
  • Create New...