replaceTrackGraphType

abstract fun replaceTrackGraphType(trackIndex: Int, graphTypeId: String, eventBufferSizeInBytes: Long, origin: MutationOrigin = MutationOrigin.User): Boolean

Replaces a track's graph with a fresh one of the requested type. The event buffer size is the caller's: the project loader and the application model each supply their own.