Esempio n. 1
0
 internal ChartDataPoint(Chart owner, int rowIndex, int colIndex)
 {
     m_owner            = owner;
     m_rowIndex         = rowIndex;
     m_columnIndex      = colIndex;
     m_dataPointValues  = null;
     m_actionInfo       = null;
     m_customProperties = null;
 }
Esempio n. 2
0
 internal ChartDataPointValuesInstance(ChartDataPointValues chartDataPointValuesDef)
     : base(chartDataPointValuesDef.ChartDataPoint)
 {
     m_chartDataPointValuesDef = chartDataPointValuesDef;
 }