IDataPoint is an interface that is used to allow the chart to retrieve the value and label of an individual data
point. For line and column charts the value is drawn on the Y axis and label is displayed on the X axis. Any that are
added to the chart datum collection must implement the IDataPoint interface.