Jump to content
Software FX Community

DataTYPE?


User (Legacy)

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...