Chart.ChartStyle Property

Returns or sets the chart style for the chart. Read/write Object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ChartStyle As Object
    Get
    Set
'Usage
Dim instance As Chart
Dim value As Object

value = instance.ChartStyle

instance.ChartStyle = value
Object ChartStyle { get; set; }

Property Value

Type: System.Object
Object

Remarks

You can use a number from 1 to 48 to set the chart style.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace