Constants Reference > Constants Members > Error Constants |
Error Constants
Specifies the error detected by the chart.
Constant |
Description |
ocErrorBadArrayDimensions |
Wrong dimensions in SafeArray passed to a function. |
ocErrorDllNotCompatible |
DLL Version is not compatible. |
ocErrorInvalidIndex |
Invalid index found in variant. |
ocErrorInvalidFormat |
Invalid custom format. |
ocErrorNotConnected |
Object does not have a parent. |
ocErrorReadOnly |
Property is read-only and cannot be modified. |
ocErrorOutOfRange |
Numeric value is out of range. |
ocErrorInvalidEnum |
Invalid enumerated value for property. |
ocErrorInvalidValue |
Invalid value for property. |
ocErrorNoSuchProperty |
Property does not exist for this instance of the object |
ocErrorDuplicateValue |
Collection already contains a duplicate value. |
ocErrorNoSuchItem |
Cannot find item in collection |
ocErrorCannotCreateObject |
Cannot create object. |
ocErrorSeriesArrayNotOne |
Series index must be 1 for Array data layout. |
ocErrorTypeMismatch |
Property set to wrong object Type. |
ocErrorReadOnlyWhenBound |
Property is read-only when the chart group is bound to an external database. |