ChartGroup.SizeRepresents Property

Definition

Returns or sets what the bubble size represents on a bubble chart. Read/write.

public:
 property Microsoft::Office::Interop::Word::XlSizeRepresents SizeRepresents { Microsoft::Office::Interop::Word::XlSizeRepresents get(); void set(Microsoft::Office::Interop::Word::XlSizeRepresents value); };
public Microsoft.Office.Interop.Word.XlSizeRepresents SizeRepresents { get; set; }
member this.SizeRepresents : Microsoft.Office.Interop.Word.XlSizeRepresents with get, set
Public Property SizeRepresents As XlSizeRepresents

Property Value

Can be either of the following XlSizeRepresents constants: xlSizeIsArea or xlSizeIsWidth

Applies to