8.1.2.1 Column::CategMapCategories
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. |
Contents
Description
Read only property. Get the categorical map of the column.
Name
CategMapCategories
Examples
import PyOrigin wks=PyOrigin.ActiveLayer() col=wks.Columns(0) col.CategMapType=2 #CMT_ORDINAL print(col.CategMapCategories)