method RemoveField(FieldName: String)
Available for Graphs. Removes the field from the graph.
RemoveField method syntax has these named arguments:
Parameter |
Description |
|---|---|
Field Name |
Required. The name of the field to remove |
For example:
graphGraph1.RemoveField("PeriodActivity")