Jump to content
Software FX Community

Talisa

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Talisa

  1. I write codes like this in a botton's respondent function:

    chart1.Extensions.Clear();

      chart1.Titles.Clear();

      chart1.Extensions.Remove(olap1);

      olap1 = new ChartFX.WinForms.Olap.Olap();

      ADOMD.Connect(connectStr, strQuery);

      olap1.DataSource = ADOMD;

      chart1.Extensions.Add(olap1);

      chart1.UpdateSizeNow();

    "olap1" and "ADOMD" are global Variable.

    Here is the problem:

    After these codes performed and the chartfx renew, the categarybar disappears.

    And if I click the chart several times, some bugs would appear sometimes.

    What should I do ?

    I will be very appreciated if anyone tell me the answer.

    I need the answer badlly.

    Thank you~

  2. I am so glad to see your reply ,^_^

    I refer to "choose OLAP Data Source".

    When I didn't add OLAP extension and connect to the localhost DB server,there is no error.

    About authentication,I don't know how to set ,Could you give some suggestions?

    Since I am a chinese,my English is not enough good.If you have any inconvenience in understanding my words,I am sorry.

    Thank you~

×
×
  • Create New...