Applies a chart style to a given chart
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Sub ApplyChartStyle( _
ByVal chart As Chart, _
ByVal style As String, _
ByVal theme As net.windward.format.pptx.Theme _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim chart As Chart
Dim style As String
Dim theme As net.windward.format.pptx.Theme
ChartStyleTools.ApplyChartStyle(chart, style, theme) |
Parameters
- chart
- Given chart
- style
- Chart style; in this case a number from 1 to 48 stored as a string
- theme
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also