asposecells.api

Class ChartDataValue

Encapsulates chart data value

Property Getters/Setters Summary
methodgetBoolValue()
methodgetDateTimeValue()
methodgetDoubleValue()
methodgetIntValue()
methodgetStringValue()
methodgetValueType()
The value of the property is CellValueType integer constant.
 

    • Property Getters/Setters Detail

      • getValueType : int 

        int getValueType()
        
        The value of the property is CellValueType integer constant.
      • getStringValue : String 

        String getStringValue()
        
      • getIntValue : int 

        int getIntValue()
        
      • getDoubleValue : float 

        float getDoubleValue()
        
      • getDateTimeValue : DateTime 

        DateTime getDateTimeValue()
        
      • getBoolValue : boolean 

        boolean getBoolValue()