Series.AxisGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an XlAxisGroup value that represents the type of axis group. Read/write.
public:
property Microsoft::Office::Interop::Word::XlAxisGroup AxisGroup { Microsoft::Office::Interop::Word::XlAxisGroup get(); void set(Microsoft::Office::Interop::Word::XlAxisGroup value); };
public Microsoft.Office.Interop.Word.XlAxisGroup AxisGroup { get; set; }
member this.AxisGroup : Microsoft.Office.Interop.Word.XlAxisGroup with get, set
Public Property AxisGroup As XlAxisGroup