aspose.cells

Class ChartDataValue

Encapsulates chart data value

Property Getters/Setters Summary
functiongetBoolValue()
functiongetDateTimeValue()
functiongetDoubleValue()
functiongetIntValue()
functiongetStringValue()
functiongetValueType()
The value of the property is CellValueType integer constant.
 

    • Property Getters/Setters Detail

      • getValueType : Number 

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

        function getStringValue()
        
      • getIntValue : Number 

        function getIntValue()
        
      • getDoubleValue : Number 

        function getDoubleValue()
        
      • getDateTimeValue : DateTime 

        function getDateTimeValue()
        
      • getBoolValue : boolean 

        function getBoolValue()