Applies the format overrides in the chart
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Sub ApplyFormat( _
ByVal tag As ChartTag, _
ByVal chart As Chart, _
ByVal dpi As Integer, _
ByVal locale As java.util.Locale _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim tag As ChartTag
Dim chart As Chart
Dim dpi As Integer
Dim locale As java.util.Locale
FormatTools.ApplyFormat(tag, chart, dpi, locale) |
Parameters
- tag
- The chart tag. Get the overrides from this.
- chart
- The chart we are rendering to.
- dpi
- The Dots Per Inch of the final chart.
- locale
- The locale to generate the labels in.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also