Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/04/2010, 10:43
JorgeBayro
 
Fecha de Ingreso: abril-2010
Mensajes: 1
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: Mostrar datos en tablas VB6

Como lo solucionaste?????? Por favor responde

Cita:
Iniciado por mvero Ver Mensaje
Gracias por la informacion

Ahora, estoy tratando de usar el mschart y le estoy poniendo el siguiente codigo

Código:
graficaT.Plot.Axis(VtChAxisIdY).ValueScale.Minimum = 0
    graficaT.Plot.Axis(VtChAxisIdY).ValueScale.Maximum = 60
    graficaT.Plot.Axis(VtChAxisIdY).ValueScale.Auto = False
    graficaT.Plot.Axis(VtChAxisIdY).ValueScale.MajorDivision = 10
    
    graficaT.Plot.Axis(VtChAxisIdX).ValueScale.Minimum = 0
    graficaT.Plot.Axis(VtChAxisIdX).ValueScale.Maximum = 1440
    graficaT.Plot.Axis(VtChAxisIdX).ValueScale.Auto = False
    graficaT.Plot.Axis(VtChAxisIdX).ValueScale.MajorDivision = 60
En el eje Y esta perfecto, pero el eje X no me hace caso a lo que le digo y en su lugar me coloca unos C1, C2, C3, C4 que no entiendo, ni logro colocar otra cosa alli.

Que tengo que hacer para colocarle una escala minima y maxima al eje de las X y que no me aparezca esos C1, C2....

Help Me Please!!!!!!!!!!