Characteristics.Add

This function adds a new Characteristic into the collection, and returns a new Characteristic object.

Syntax Parameters Return Value
Function Characteristics.Add( _
    Name As String, _
    Type As CharacteristicType, _
    ChartType As ChartType) As Characteristic
  • Name [in]

Type: String

  • Type [in]

Type: CharacteristicType

(NOT YET LINKED)
  • ChartType [in]

Type: ChartType

Characteristic