User (Legacy) Posted April 9, 2000 Report Share Posted April 9, 2000 Hey, I want to know the Data of erery point and show some values by using the GetPointLabel event. The data for the Chart is like this. With Me.ChartFX_Rauheiten ' '****** .DataType(0) = CDT_LABEL 'Datum Zeit Erzeugung .DataType(1) = CDT_VALUE 'Serie1 Obere Rauheit .DataType(2) = CDT_VALUE 'Serie2 Untere Rauheit .DataType(3) = CDT_NOTUSED 'max .DataType(4) = CDT_NOTUSED 'min .DataType(5) = CDT_NOTUSED 'Ident End With How can I show the DataType(5) for each point and not the point value Thanks for any help -- Gru Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.