Declare Sub SelectFileAndRefreshDiagram(ByVal strDiagramIndex As String)
Declare Sub AutoRefresh()
Declare Function RefreshDiagram(ByVal intDiagramIndex As Integer, ByVal strTextFileName As String) As Boolean
Declare Function LoadData(ByVal strFileName As String) As Boolean
Declare Function DrawDiagram(ByVal intDiagramIndex As Integer, ByVal strTextFileName As String) As Boolean
Declare Sub DrawSlice(ByVal iSliceNum As Integer, ByVal dSumPercent As Double, ByVal dNewPercent as Double, ByVal iR as Integer, ByVal iG as Integer, ByVal iB as Integer, ByVal DiagramShape As Shape, ByVal LegendShape As Shape)
Declare Sub DrawSliceFromLib(ByVal iSliceNum As Integer, ByVal dSumPercent As Double, ByVal dNewPercent as Double, ByVal iR as Integer, ByVal iG as Integer, ByVal iB as Integer, ByVal DiagramShape As Shape, ByVal LegendShape As Shape, ByVal libMaster As Master)
Sub DrawSlice(ByVal iSliceNum As Integer, ByVal dSumPercent As Double, ByVal dNewPercent as Double, ByVal iR as Integer, ByVal iG as Integer, ByVal iB as Integer, ByVal DiagramShape As Shape, ByVal LegendShape As Shape)
Sub DrawSliceFromLib(ByVal iSliceNum As Integer, ByVal dSumPercent As Double, ByVal dNewPercent as Double, ByVal iR as Integer, ByVal iG as Integer, ByVal iB as Integer, ByVal DiagramShape As Shape, ByVal LegendShape As Shape, ByVal libMaster As Master)