Series.AxisGroup Property

Definition

Returns the group for the specified chart group or series. Read/write XlAxisGroup.

public:
 property Microsoft::Office::Interop::Excel::XlAxisGroup AxisGroup { Microsoft::Office::Interop::Excel::XlAxisGroup get(); void set(Microsoft::Office::Interop::Excel::XlAxisGroup value); };
public Microsoft.Office.Interop.Excel.XlAxisGroup AxisGroup { get; set; }
Public Property AxisGroup As XlAxisGroup

Property Value

Remarks

For 3-D charts, only xlPrimary is valid.

Applies to