Windward Engine API Reference
ApplyChartStyle Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.chart Namespace > ChartStyleTools Class : ApplyChartStyle Method




chart
Given chart
style
Chart style; in this case a number from 1 to 48 stored as a string
theme

Glossary Item Box

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)
C# 
public static void ApplyChartStyle( 
   Chart chart,
   string style,
   net.windward.format.pptx.Theme theme
)
Managed Extensions for C++ 
public: static void ApplyChartStyle( 
   Chart* chart,
   string* style,
   net.windward.format.pptx.Theme* theme
) 
C++/CLI 
public:
static void ApplyChartStyle( 
   Chart^ chart,
   String^ style,
   net.windward.format.pptx.Theme^ 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

© 2019 All Rights Reserved.