ActiveReports Developer 7
DoubleArray Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : DoubleArray Class

Glossary Item Box

The following tables list the members exposed by DoubleArray.

Public Constructors

 NameDescription
Public ConstructorDoubleArray ConstructorOverloaded. Initializes a new instance of the DoubleArray class.  
Top

Public Properties

 NameDescription
Public PropertyItemGets or sets the value at the index specified.  
Public PropertyLengthGets the length of the double array.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the double array.  
Public MethodIsDateTime

Gets a value indicating whether the double array is a DateTime array.

 
Public MethodSetIsDateTimeSets the specified value at the specified index as a DateTime value.  
Public MethodToStringOverloaded. Converts the value of the current instance to its string representation.  
Top

See Also