GridDateSet values

  1. 4 years ago

    Joel_Eisenstat

    20 Jun 2019 User since 2016

    Good morning,
    How are the GridDataSet values changed for a chart object ?
    View1.Chart1.GridDataSet1.valueForIndex(1, "A") = bpp;
    View1.Chart1.GridDataSet1.valueForIndex(1, "B") = 100 - bpp ;
    gives :
    Semantic Error
    Wrong assignment expression.
    where using A and B gives ;
    Semantic Error
    Identifier A not found.

  2. Joel_Eisenstat

    20 Jun 2019 User since 2016

    Of course after sending realized that it reads the value and i have to create a dataset for the chart .

or Sign Up to reply!