ChartGroup.SplitType 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 or sets the way the two sections of either a pie of pie chart or a bar of pie chart are split. Read/write.
public:
property Microsoft::Office::Interop::Word::XlChartSplitType SplitType { Microsoft::Office::Interop::Word::XlChartSplitType get(); void set(Microsoft::Office::Interop::Word::XlChartSplitType value); };
public Microsoft.Office.Interop.Word.XlChartSplitType SplitType { get; set; }
member this.SplitType : Microsoft.Office.Interop.Word.XlChartSplitType with get, set
Public Property SplitType As XlChartSplitType