Jump to content
Software FX Community

Re: Problems labelling and scaling x- and y-axes


User (Legacy)

Recommended Posts

SteveT wrote:

>

> Bernd,

>

> I'd be happy to look further, would you send me a csv file with your values.

>

> Steve

>

>

Steve,

thanks a lot for your offer to help.

Attached please find the csv-file.

Col1: x-values

Col2: y-values

Col3: percentage (not used in chart, only in TipMask)

Col4: sum of y-values (not used in chart, only in TipMask)

Here the complete code used for the creation of the chart.

MyRs contains the data of the csv-file.

Private Function InitChart(MyRs As ADOR.Recordset) As Boolean

Dim CfxData As New CfxDataAdo

CfxData.ResultSet = MyRs

With cfx

.Gallery = BAR

.Chart3D = True

.Title(CHART_TOPTIT) = "Ereignissaufkommen (

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...