IPropertyChartDataSet



This interface describes signle state property responsible for managing chart data set.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyChartDataSet :public virtual IProperty
{
public:
    virtual IChartDataSet *getValue() = 0; // Return value 

    virtual bool setValue(IChartDataSet *value) = 0; // Set value 

    virtual void Update() = 0; // Call update on assigned widget 
};
Namespace: nitisa::charts
Include: Charts/Package/Interfaces/IPropertyChartDataSet.h