8.1.2.3 Column::CategMapType

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Get/Set the categorical map type.

Name

CategMapType

Examples

import PyOrigin
wks=PyOrigin.ActiveLayer()
col=wks.Columns(0)
col.CategMapType=2 #CMT_ORDINAL

See Also

SetCategMapType, GetCategMapType