ColorStyleMethodEnum enumeration

Office 2013 and later

Defines the ColorStyleMethodEnum enumeration.

Namespace:  DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Cycle cycle. When the item is serialized out as xml, its value is "cycle".
WithinLinear withinLinear. When the item is serialized out as xml, its value is "withinLinear".
AcrossLinear acrossLinear. When the item is serialized out as xml, its value is "acrossLinear".
WithinLinearReversed withinLinearReversed. When the item is serialized out as xml, its value is "withinLinearReversed".
AcrossLinearReversed acrossLinearReversed. When the item is serialized out as xml, its value is "acrossLinearReversed".
Show: