File size: 568 Bytes
b1b3bae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<InterfaceType(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface IChart

    Property ID As String

    Property DisplayName As String

    Property ChartType As Enums.ChartType

    Property ChartSource As Enums.ChartSource

    Property PlotModel As Object 'OxyPlot PlotModel, ALWAYS

    Property ChartSourceObjectID As String

    Property ChartSourceObjectChartID As String

    Property SpreadsheetDataSourcesX As List(Of String)

    Property SpreadsheetDataSourcesY As List(Of String)
    Property ChartSourceObjectAutoUpdate As Boolean
End Interface