[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DoubleArray

DoubleArray Class

Array of double values

Inheritance
DoubleArray
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(DoubleArray.Converter))]
public sealed class DoubleArray : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
DoubleArray(DateTime[])

Initializes new instance of the DoubleArray

DoubleArray(double[])

Initializes new instance of the DoubleArray

DoubleArray(double[], bool[])

Initializes new instance of the DoubleArray

DoubleArray(string)

For internal use only.

DoubleArray(string, GraphXmlSerializationContext)

For internal use only.

DoubleArray(string, IFormatProvider)

Initializes new instance of the DoubleArray. This constructor is used by code serialization.

Properties

Name Description
IsDirty

This member overrides

Item.IsDirty
. Always false.
this[int]

Gets value at the index specified

Length

Gets array length

Methods

Name Description
Clone()

Creates a clone of the current object

IsDateTime(int)

Gets a value indicating whether the 2D array is a DateTime type array.

SetIsDateTime(int, bool)

Sets the specified value of the specified index as a DateTime value.

ToString()

Converts the value of the current instance to string representation.

ToString(IFormatProvider)

Convert the value of the current instance to string representation, depending on the specified culture.