├── Common ├── AnimationHelper.cs ├── AreaChart.cs ├── Axis.cs ├── AxisLabel.cs ├── AxisLabels.cs ├── AxisManager.cs ├── AxisScrollEventArgs.cs ├── AxisZoomEventArgs.cs ├── BarChart.cs ├── Bezire.cs ├── BubbleChart.cs ├── CandleStickChart.cs ├── ChartArea.cs ├── ChartGrid.cs ├── CircularAxis.cs ├── CircularAxisLabel.cs ├── CircularPlotDetails.cs ├── Collections.cs ├── ColorSet.cs ├── ColorSets.cs ├── ColumnChart.cs ├── Controls │ ├── WeakEventListener.cs │ └── ZoomBar.cs ├── Converters.cs ├── CustomAxisLabel.cs ├── CustomAxisLabels.cs ├── DataMapping.cs ├── DataPoint.cs ├── DataSamplingHelper.cs ├── DataSeries.cs ├── DateTimeHelper.cs ├── DrawingArea.cs ├── ElementData.cs ├── Enums.cs ├── FJ.Core.dll ├── FunnelChart.cs ├── Graphics.cs ├── Images │ └── save_icon.png ├── InteractivityHelper.cs ├── LabelPlacementHelper.cs ├── Legend.cs ├── LegendMouseButtonEventArgs.cs ├── LegendMouseEventArgs.cs ├── LineChart.cs ├── Marker.cs ├── ObservableObject.cs ├── PartialChart.cs ├── PieChart.cs ├── PlotArea.cs ├── PlotAreaMouseButtonEventArgs.cs ├── PlotAreaMouseEventArgs.cs ├── PlotDetails.cs ├── PlotGroup.cs ├── PointChart.cs ├── PolarChart.cs ├── PyramidChart.cs ├── QuickLineChart.cs ├── RadarChart.cs ├── RenderHelper.cs ├── SLVisifireApp │ ├── Area │ │ ├── Area2D1.xaml │ │ ├── Area2D1.xaml.cs │ │ ├── Area2D2.xaml │ │ ├── Area2D2.xaml.cs │ │ ├── Area2D3.xaml │ │ ├── Area2D3.xaml.cs │ │ ├── Area2D4.xaml │ │ ├── Area2D4.xaml.cs │ │ ├── Area3D1.xaml │ │ ├── Area3D1.xaml.cs │ │ ├── Area3D2.xaml │ │ └── Area3D2.xaml.cs │ ├── Bar │ │ ├── Bar2D1.xaml │ │ ├── Bar2D1.xaml.cs │ │ ├── Bar2D2.xaml │ │ ├── Bar2D2.xaml.cs │ │ ├── Bar2D3.xaml │ │ ├── Bar2D3.xaml.cs │ │ ├── Bar2D4.xaml │ │ ├── Bar2D4.xaml.cs │ │ ├── Bar2D5.xaml │ │ ├── Bar2D5.xaml.cs │ │ ├── Bar2D6.xaml │ │ ├── Bar2D6.xaml.cs │ │ ├── Bar2D7.xaml │ │ ├── Bar2D7.xaml.cs │ │ ├── Bar3D1.xaml │ │ ├── Bar3D1.xaml.cs │ │ ├── Bar3D2.xaml │ │ ├── Bar3D2.xaml.cs │ │ ├── Bar3D3.xaml │ │ ├── Bar3D3.xaml.cs │ │ ├── Bar3D4.xaml │ │ ├── Bar3D4.xaml.cs │ │ ├── Bar3D5.xaml │ │ └── Bar3D5.xaml.cs │ ├── Bubble │ │ ├── Bubble2D1.xaml │ │ ├── Bubble2D1.xaml.cs │ │ ├── Bubble2D2.xaml │ │ ├── Bubble2D2.xaml.cs │ │ ├── Bubble2D3.xaml │ │ ├── Bubble2D3.xaml.cs │ │ ├── Bubble2D4.xaml │ │ ├── Bubble2D4.xaml.cs │ │ ├── Bubble2D5.xaml │ │ ├── Bubble2D5.xaml.cs │ │ ├── Bubble3D1.xaml │ │ └── Bubble3D1.xaml.cs │ ├── Column2D │ │ ├── Column2D1.xaml │ │ ├── Column2D1.xaml.cs │ │ ├── Column2D10.xaml │ │ ├── Column2D10.xaml.cs │ │ ├── Column2D2.xaml │ │ ├── Column2D2.xaml.cs │ │ ├── Column2D3.xaml │ │ ├── Column2D3.xaml.cs │ │ ├── Column2D4.xaml │ │ ├── Column2D4.xaml.cs │ │ ├── Column2D5.xaml │ │ ├── Column2D5.xaml.cs │ │ ├── Column2D6.xaml │ │ ├── Column2D6.xaml.cs │ │ ├── Column2D7.xaml │ │ ├── Column2D7.xaml.cs │ │ ├── Column2D8.xaml │ │ ├── Column2D8.xaml.cs │ │ ├── Column2D9.xaml │ │ └── Column2D9.xaml.cs │ ├── Column3D │ │ ├── Column3D1.xaml │ │ ├── Column3D1.xaml.cs │ │ ├── Column3D10.xaml │ │ ├── Column3D10.xaml.cs │ │ ├── Column3D2.xaml │ │ ├── Column3D2.xaml.cs │ │ ├── Column3D3.xaml │ │ ├── Column3D3.xaml.cs │ │ ├── Column3D4.xaml │ │ ├── Column3D4.xaml.cs │ │ ├── Column3D5.xaml │ │ ├── Column3D5.xaml.cs │ │ ├── Column3D6.xaml │ │ ├── Column3D6.xaml.cs │ │ ├── Column3D7.xaml │ │ ├── Column3D7.xaml.cs │ │ ├── Column3D8.xaml │ │ ├── Column3D8.xaml.cs │ │ ├── Column3D9.xaml │ │ └── Column3D9.xaml.cs │ ├── Combination │ │ ├── Combi1.xaml │ │ ├── Combi1.xaml.cs │ │ ├── Combi2.xaml │ │ ├── Combi2.xaml.cs │ │ ├── Combi3.xaml │ │ ├── Combi3.xaml.cs │ │ ├── Combi4.xaml │ │ ├── Combi4.xaml.cs │ │ ├── Combi5.xaml │ │ ├── Combi5.xaml.cs │ │ ├── Combi6.xaml │ │ └── Combi6.xaml.cs │ ├── Doughnut │ │ ├── Doughnut2D1.xaml │ │ ├── Doughnut2D1.xaml.cs │ │ ├── Doughnut2D2.xaml │ │ ├── Doughnut2D2.xaml.cs │ │ ├── Doughnut3D1.xaml │ │ ├── Doughnut3D1.xaml.cs │ │ ├── Doughnut3D2.xaml │ │ └── Doughnut3D2.xaml.cs │ ├── Line │ │ ├── Line1.xaml │ │ ├── Line1.xaml.cs │ │ ├── Line2.xaml │ │ ├── Line2.xaml.cs │ │ ├── Line3.xaml │ │ ├── Line3.xaml.cs │ │ ├── Line4.xaml │ │ ├── Line4.xaml.cs │ │ ├── Line5.xaml │ │ ├── Line5.xaml.cs │ │ ├── Line6.xaml │ │ └── Line6.xaml.cs │ ├── MyTheme.xaml │ ├── Pie │ │ ├── Pie2D1.xaml │ │ ├── Pie2D1.xaml.cs │ │ ├── Pie2D2.xaml │ │ ├── Pie2D2.xaml.cs │ │ ├── Pie3D1.xaml │ │ ├── Pie3D1.xaml.cs │ │ ├── Pie3D2.xaml │ │ └── Pie3D2.xaml.cs │ ├── Point │ │ ├── Point1.xaml │ │ ├── Point1.xaml.cs │ │ ├── Point2.xaml │ │ ├── Point2.xaml.cs │ │ ├── Point3.xaml │ │ ├── Point3.xaml.cs │ │ ├── Point4.xaml │ │ ├── Point4.xaml.cs │ │ ├── Point5.xaml │ │ ├── Point5.xaml.cs │ │ ├── Point6.xaml │ │ └── Point6.xaml.cs │ └── Stacked │ │ ├── StackedArea2D1.xaml │ │ ├── StackedArea2D1.xaml.cs │ │ ├── StackedArea3D1.xaml │ │ ├── StackedArea3D1.xaml.cs │ │ ├── StackedBar1002D1.xaml │ │ ├── StackedBar1002D1.xaml.cs │ │ ├── StackedBar1003D1.xaml │ │ ├── StackedBar1003D1.xaml.cs │ │ ├── StackedBar2D1.xaml │ │ ├── StackedBar2D1.xaml.cs │ │ ├── StackedColumn2D1.xaml │ │ ├── StackedColumn2D1.xaml.cs │ │ ├── StackedColumn2D2.xaml │ │ ├── StackedColumn2D2.xaml.cs │ │ ├── StackedColumn2D3.xaml │ │ └── StackedColumn2D3.xaml.cs ├── SLVisifireCharts │ ├── Chart.cs │ ├── CodingStandard.txt │ ├── ColorSets.xaml │ ├── JsHelper.cs │ ├── Logger.xaml │ ├── Logger.xaml.cs │ ├── Theme1.xaml │ ├── Theme2.xaml │ └── Theme3.xaml ├── SLVisifireChartsTest │ ├── App.xaml │ ├── App.xaml.cs │ ├── AxisLabelsTest.cs │ ├── AxisManagerTest.cs │ ├── AxisTest.cs │ ├── ChartGridTest.cs │ ├── ChartTest.cs │ ├── Common.cs │ ├── DataPointTest.cs │ ├── DataSeriesTest.cs │ ├── DateTimeAxisTest.cs │ ├── FinancialChartsTest.cs │ ├── FunnelChartTests.cs │ ├── GlobalSuppressions.cs │ ├── LegendTest.cs │ ├── LiveReference.cs │ ├── MajorTicksTest.cs │ ├── OverriddenMethod.cs │ ├── OverriddenTitleObject.cs │ ├── PerformanceTests.cs │ ├── PlotAreaTest.cs │ ├── PlotDetailsTest.cs │ ├── QuickLineTest.cs │ ├── SamplingTest.cs │ ├── Silverlight Unit Test Framework │ │ ├── License.txt │ │ ├── Microsoft.Silverlight.Testing.dll │ │ └── Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll │ ├── SilverlightControlTest.cs │ ├── TitleTest.cs │ ├── ToolTipText.cs │ └── TrendLineTest.cs ├── SLVisifireChartsXap │ ├── App.xaml │ ├── App.xaml.cs │ ├── DataXMLEventArgs.cs │ ├── Dialog.xaml │ ├── Dialog.xaml.cs │ ├── ResizeEventArgs.cs │ ├── Wrapper.xaml │ └── Wrapper.xaml.cs ├── SLWpVisifireCharts │ ├── Chart.cs │ ├── ColorSets.xaml │ ├── Theme1.xaml │ ├── Theme2.xaml │ └── Theme3.xaml ├── StackedColumn.cs ├── StackedColumn100.cs ├── StepLineChart.cs ├── StockChart.cs ├── Theme.cs ├── Themes.cs ├── Ticks.cs ├── Title.cs ├── ToolTip.cs ├── TrendLine.cs ├── VisifireControl.cs ├── VisifireElement.cs ├── WPFToolkit.dll ├── WPFVisifireCharts │ ├── Chart.cs │ ├── ColorSets.xaml │ ├── Theme1.xaml │ ├── Theme2.xaml │ └── Theme3.xaml ├── WPFVisifireChartsTest │ ├── AxisLabelsTest.cs │ ├── AxisTest.cs │ ├── ChartGridTest.cs │ ├── ChartTest.cs │ ├── Common.cs │ ├── DataPointTest.cs │ ├── DataSeriesTest.cs │ ├── DateTimeAxisTest.cs │ ├── FunnelChartTests.cs │ ├── LegendTest.cs │ ├── MajorTicksTest.cs │ ├── OverriddenMethod.cs │ ├── OverriddenTitleObject.cs │ ├── PerformanceTests.cs │ ├── PlotAreaTest.cs │ ├── PlotDetailsTest.cs │ ├── TitleTest.cs │ ├── ToolTipTest.cs │ ├── TrendLineTest.cs │ └── WPFControlTest.cs └── XWiseData.cs ├── README.md └── VisifireCommunity ├── SLVisifireApp ├── App.xaml ├── App.xaml.cs ├── Page.xaml ├── Page.xaml.cs ├── Properties │ ├── AppManifest.xml │ └── AssemblyInfo.cs ├── SLVisifireApp.csproj └── SLVisifireApp.csproj.user ├── SLVisifireCharts ├── Properties │ └── AssemblyInfo.cs ├── SLVisifireCharts.csproj ├── SLVisifireCharts.csproj.user ├── SLVisifireCharts.snk ├── Scratch.txt └── Themes │ └── generic.xaml ├── SLVisifireChartsTest ├── Properties │ ├── AppManifest.xml │ └── AssemblyInfo.cs ├── Resource.resx ├── Resource1.Designer.cs ├── SLVisifireCharts.snk ├── SLVisifireChartsTest.csproj ├── SLVisifireChartsTest.csproj.user └── obj │ └── Release │ ├── App.g.cs │ ├── App.g.i.cs │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── ResolveAssemblyReference.cache │ └── TempPE │ └── Resource1.Designer.cs.dll ├── SLVisifireChartsWeb ├── ClientBin │ ├── SL.Visifire.Charts.xap │ └── SLVisifireApp.xap ├── Default.aspx ├── Default.aspx.cs ├── Default.aspx.designer.cs ├── FirstChart.htm ├── GalleryCharts │ ├── Area │ │ ├── Area2D1.xml │ │ ├── Area2D2.xml │ │ ├── Area2D3.xml │ │ ├── Area2D4.xml │ │ ├── Area3D1.xml │ │ └── Area3D2.xml │ ├── Bar │ │ ├── Bar2D1.xml │ │ ├── Bar2D2.xml │ │ ├── Bar2D3.xml │ │ ├── Bar2D4.xml │ │ ├── Bar2D5.xml │ │ ├── Bar2D6.xml │ │ ├── Bar2D7.xml │ │ ├── Bar3D1.xml │ │ ├── Bar3D2.xml │ │ ├── Bar3D3.xml │ │ ├── Bar3D4.xml │ │ └── Bar3D5.xml │ ├── Column2D │ │ ├── Column2D1.xml │ │ ├── Column2D10.xml │ │ ├── Column2D2.xml │ │ ├── Column2D3.xml │ │ ├── Column2D4.xml │ │ ├── Column2D5.xml │ │ ├── Column2D6.xml │ │ ├── Column2D7.xml │ │ ├── Column2D8.xml │ │ └── Column2D9.xml │ ├── Column3D │ │ ├── Column3D1.xml │ │ ├── Column3D10.xml │ │ ├── Column3D2.xml │ │ ├── Column3D3.xml │ │ ├── Column3D4.xml │ │ ├── Column3D5.xml │ │ ├── Column3D6.xml │ │ ├── Column3D7.xml │ │ ├── Column3D8.xml │ │ └── Column3D9.xml │ ├── Combination │ │ ├── Combi1.xml │ │ ├── Combi2.xml │ │ ├── Combi3.xml │ │ ├── Combi4.xml │ │ ├── Combi5.xml │ │ └── Combi6.xml │ ├── Doughnut │ │ ├── Doughnut2D1.xml │ │ ├── Doughnut2D2.xml │ │ ├── Doughnut3D1.xml │ │ └── Doughnut3D2.xml │ ├── Line │ │ ├── Line1.xml │ │ ├── Line2.xml │ │ ├── Line3.xml │ │ ├── Line4.xml │ │ ├── Line5.xml │ │ └── Line6.xml │ ├── Pie │ │ ├── Pie2D1.xml │ │ ├── Pie2D2.xml │ │ ├── Pie3D1.xml │ │ └── Pie3D2.xml │ ├── Point │ │ ├── Bubble2D1.xml │ │ ├── Bubble2D2.xml │ │ ├── Bubble2D3.xml │ │ ├── Bubble2D4.xml │ │ ├── Bubble2D5.xml │ │ ├── Bubble3D1.xml │ │ ├── Point1.xml │ │ ├── Point2.xml │ │ ├── Point3.xml │ │ ├── Point4.xml │ │ ├── Point5.xml │ │ └── Point6.xml │ ├── PointBubbleXML │ │ ├── Bubble2D1.xml │ │ ├── Point1.xml │ │ ├── Point2.xml │ │ ├── Point3.xml │ │ ├── Point4.xml │ │ ├── Point5.xml │ │ └── Point6.xml │ └── Stacked │ │ ├── StackedArea2D1.xml │ │ ├── StackedArea3D1.xml │ │ ├── StackedBar1002D1.xml │ │ ├── StackedBar1003D1.xml │ │ ├── StackedBar2D1.xml │ │ ├── StackedColumn2D1.xml │ │ ├── StackedColumn2D2.xml │ │ └── StackedColumn2D3.xml ├── JsEventHandling.htm ├── LiveUpdate.htm ├── Properties │ └── AssemblyInfo.cs ├── SLVisifireChartsWeb.csproj ├── SLVisifireChartsWeb.csproj.user ├── SLVisifireChartsWeb.csproj.vspscc ├── Simple.htm ├── StylingAndAnimation.htm ├── TestCases │ ├── MultipleCharts.htm │ ├── MultipleChartsInDivs.htm │ ├── MultipleChartsInTables.htm │ ├── OnClickRenderChart.htm │ ├── OnClickRenderChartUsingDataXml.htm │ ├── OnClickRenderNewChart.htm │ ├── RealTimeRenderChart.htm │ ├── RealTimeRenderChartUsingDataXml.htm │ ├── RealTimeRenderFirstDataXml.htm │ ├── SingleChart.htm │ ├── TestCase.htm │ ├── data1.xml │ ├── data2.xml │ └── data3.xml ├── TestPage1.htm ├── Visifire.htm ├── Visifire.js ├── VisifireRealtime.htm ├── Web.config ├── data.xml └── obj │ └── Release │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── SLVisifireChartsXap ├── Properties │ ├── AppManifest.xml │ └── AssemblyInfo.cs ├── SLVisifireChartsXap.csproj ├── SLVisifireChartsXap.csproj.user └── obj │ └── Release │ ├── App.g.cs │ ├── App.g.i.cs │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Dialog.g.cs │ ├── Dialog.g.i.cs │ ├── Wrapper.g.cs │ └── Wrapper.g.i.cs ├── VisifireCommunity.sln ├── VisifireCommunity.suo ├── WPFVisifireCharts ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Themes │ └── Generic.xaml ├── WPFVisifireCharts.csproj └── WPFVisifireCharts.snk ├── WPFVisifireChartsApp ├── App.xaml ├── App.xaml.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── WPFVisifireChartsApp.csproj ├── Window1.xaml └── Window1.xaml.cs ├── WPFVisifireChartsTest ├── Properties │ └── AssemblyInfo.cs ├── Resource.resx ├── Resource1.Designer.cs ├── WPFVisifireCharts.PublicKey.snk ├── WPFVisifireCharts.snk ├── WPFVisifireChartsTest.csproj └── obj │ └── Release │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ └── TempPE │ └── Resource1.Designer.cs.dll └── WPFVisifireChartsXbap ├── App.xaml ├── App.xaml.cs ├── Page1.xaml ├── Page1.xaml.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs ├── Settings.settings └── app.manifest ├── SubsetFont.targets ├── SubsetFontTask.dll ├── WPFVisifireChartsXbap.csproj ├── WPFVisifireChartsXbap.csproj.user ├── WPFVisifireChartsXbap_TemporaryKey.pfx ├── WPFVisifireChartsXbap_TemporaryKey.snk └── obj └── Release ├── DesignTimeResolveAssemblyReferencesInput.cache └── TempPE └── Properties.Resources.Designer.cs.dll /Common/AxisScrollEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (C) 2008 Webyog Softworks Private Limited 3 | 4 | This file is a part of Visifire Charts. 5 | 6 | Visifire is a free software: you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation, either version 3 of the License, or 9 | (at your option) any later version. 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with Visifire Charts. If not, see . 13 | 14 | If GPL is not suitable for your products or company, Webyog provides Visifire 15 | under a flexible commercial license designed to meet your specific usage and 16 | distribution requirements. If you have already obtained a commercial license 17 | from Webyog, you can use this file under those license terms. 18 | 19 | */ 20 | 21 | using System; 22 | using System.Security; 23 | using System.Windows; 24 | using System.Windows.Input; 25 | using System.Windows.Controls.Primitives; 26 | 27 | namespace Visifire.Charts 28 | { 29 | /// 30 | /// Visifire.Charts.AxisScrollEventArgs class 31 | /// 32 | 33 | #if SL &&!WP 34 | [System.Windows.Browser.ScriptableType] 35 | #endif 36 | public class AxisScrollEventArgs : EventArgs 37 | { 38 | #region Public Methods 39 | 40 | public AxisScrollEventArgs(ScrollEventArgs e) 41 | { 42 | ScrollEventArgs = e; 43 | } 44 | 45 | #endregion 46 | 47 | #region Public Properties 48 | 49 | public ScrollEventArgs ScrollEventArgs 50 | { 51 | get; 52 | internal set; 53 | } 54 | #endregion 55 | } 56 | } -------------------------------------------------------------------------------- /Common/ColorSet.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows.Media; 3 | using System.Collections.ObjectModel; 4 | 5 | namespace Visifire.Charts 6 | { 7 | /// 8 | /// ColorSet contains a collection of Brushes 9 | /// 10 | public class ColorSet: Object 11 | { 12 | /// 13 | /// Initializes a new instance of the Visifire.Charts.ColorSet class 14 | /// 15 | public ColorSet() 16 | { 17 | Brushes = new Collection(); 18 | } 19 | 20 | /// 21 | /// ColorSet Id 22 | /// 23 | public String Id 24 | { 25 | get; 26 | set; 27 | } 28 | 29 | /// 30 | /// Brush collection 31 | /// 32 | public Collection Brushes 33 | { 34 | get; 35 | set; 36 | } 37 | 38 | /// 39 | /// Returns a new color from ColorSet 40 | /// 41 | /// Brush 42 | public Brush GetNewColorFromColorSet() 43 | { 44 | if (colorSetIndex == Brushes.Count) 45 | colorSetIndex = 0; 46 | 47 | return Brushes[colorSetIndex++]; 48 | } 49 | 50 | /// 51 | /// Reset ColorSet index 52 | /// 53 | internal void ResetIndex() 54 | { 55 | colorSetIndex = 0; 56 | } 57 | 58 | /// 59 | /// Index for ColorSet 60 | /// 61 | private int colorSetIndex = 0; 62 | } 63 | } -------------------------------------------------------------------------------- /Common/ElementData.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace Visifire.Charts 4 | { 5 | public class ElementData 6 | { 7 | public ElementData() 8 | { 9 | 10 | } 11 | 12 | /// 13 | /// Visual object name 14 | /// 15 | public String VisualElementName 16 | { 17 | get; 18 | set; 19 | } 20 | 21 | /// 22 | /// Visifire Element reference 23 | /// 24 | public object Element 25 | { 26 | get; 27 | set; 28 | } 29 | 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Common/FJ.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/FJ.Core.dll -------------------------------------------------------------------------------- /Common/Images/save_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/Images/save_icon.png -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area2D1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area2D1 : UserControl 16 | { 17 | public Area2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area2D2 : UserControl 16 | { 17 | public Area2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area2D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area2D3 : UserControl 16 | { 17 | public Area2D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area2D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area2D4 : UserControl 16 | { 17 | public Area2D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area3D1 : UserControl 16 | { 17 | public Area3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Area/Area3D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Area3D2 : UserControl 16 | { 17 | public Area3D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D1 : UserControl 16 | { 17 | public Bar2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D2 : UserControl 16 | { 17 | public Bar2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D3 : UserControl 16 | { 17 | public Bar2D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D4 : UserControl 16 | { 17 | public Bar2D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D5 : UserControl 16 | { 17 | public Bar2D5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D6 : UserControl 16 | { 17 | public Bar2D6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar2D7.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar2D7 : UserControl 16 | { 17 | public Bar2D7() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar3D1 : UserControl 16 | { 17 | public Bar3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar3D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar3D2 : UserControl 16 | { 17 | public Bar3D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar3D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar3D3 : UserControl 16 | { 17 | public Bar3D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar3D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar3D4 : UserControl 16 | { 17 | public Bar3D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bar/Bar3D5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bar3D5 : UserControl 16 | { 17 | public Bar3D5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble2D1 : UserControl 16 | { 17 | public Bubble2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble2D2 : UserControl 16 | { 17 | public Bubble2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble2D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble2D3 : UserControl 16 | { 17 | public Bubble2D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble2D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble2D4 : UserControl 16 | { 17 | public Bubble2D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble2D5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble2D5 : UserControl 16 | { 17 | public Bubble2D5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Bubble/Bubble3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Bubble3D1 : UserControl 16 | { 17 | public Bubble3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D1 : UserControl 16 | { 17 | public Column2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D10.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D10 : UserControl 16 | { 17 | public Column2D10() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D2 : UserControl 16 | { 17 | public Column2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D3 : UserControl 16 | { 17 | public Column2D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D4 : UserControl 16 | { 17 | public Column2D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D5 : UserControl 16 | { 17 | public Column2D5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D6 : UserControl 16 | { 17 | public Column2D6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D7.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D7 : UserControl 16 | { 17 | public Column2D7() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D8.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D8.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D8 : UserControl 16 | { 17 | public Column2D8() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D9.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column2D/Column2D9.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column2D9 : UserControl 16 | { 17 | public Column2D9() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D1 : UserControl 16 | { 17 | public Column3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D10.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D10 : UserControl 16 | { 17 | public Column3D10() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D2 : UserControl 16 | { 17 | public Column3D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D3 : UserControl 16 | { 17 | public Column3D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D4 : UserControl 16 | { 17 | public Column3D4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D5 : UserControl 16 | { 17 | public Column3D5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D6 : UserControl 16 | { 17 | public Column3D6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D7.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D7 : UserControl 16 | { 17 | public Column3D7() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D8.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D8 : UserControl 16 | { 17 | public Column3D8() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Column3D/Column3D9.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Column3D9 : UserControl 16 | { 17 | public Column3D9() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi1 : UserControl 16 | { 17 | public Combi1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi2 : UserControl 16 | { 17 | public Combi2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi3 : UserControl 16 | { 17 | public Combi3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi4 : UserControl 16 | { 17 | public Combi4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi5 : UserControl 16 | { 17 | public Combi5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Combination/Combi6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Combi6 : UserControl 16 | { 17 | public Combi6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut2D1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Doughnut2D1 : UserControl 16 | { 17 | public Doughnut2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut2D2.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Doughnut2D2 : UserControl 16 | { 17 | public Doughnut2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut3D1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Doughnut3D1 : UserControl 16 | { 17 | public Doughnut3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut3D2.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Doughnut/Doughnut3D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Doughnut3D2 : UserControl 16 | { 17 | public Doughnut3D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line1 : UserControl 16 | { 17 | public Line1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line2 : UserControl 16 | { 17 | public Line2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line3 : UserControl 16 | { 17 | public Line3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line4 : UserControl 16 | { 17 | public Line4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line5 : UserControl 16 | { 17 | public Line5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Line/Line6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Line6 : UserControl 16 | { 17 | public Line6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Pie2D1 : UserControl 16 | { 17 | public Pie2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie2D2.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Pie2D2 : UserControl 16 | { 17 | public Pie2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie3D1.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Pie3D1 : UserControl 16 | { 17 | public Pie3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie3D2.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Pie/Pie3D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Pie3D2 : UserControl 16 | { 17 | public Pie3D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point1 : UserControl 16 | { 17 | public Point1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point2 : UserControl 16 | { 17 | public Point2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point3 : UserControl 16 | { 17 | public Point3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point4.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point4 : UserControl 16 | { 17 | public Point4() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point5.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point5 : UserControl 16 | { 17 | public Point5() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Point/Point6.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class Point6 : UserControl 16 | { 17 | public Point6() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedArea2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedArea2D1 : UserControl 16 | { 17 | public StackedArea2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedArea3D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedArea3D1 : UserControl 16 | { 17 | public StackedArea3D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedBar1002D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedBar1002D1 : UserControl 16 | { 17 | public StackedBar1002D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedBar1003D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedBar1003D1 : UserControl 16 | { 17 | public StackedBar1003D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedBar2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedBar2D1 : UserControl 16 | { 17 | public StackedBar2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedColumn2D1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedColumn2D1 : UserControl 16 | { 17 | public StackedColumn2D1() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedColumn2D2.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedColumn2D2 : UserControl 16 | { 17 | public StackedColumn2D2() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireApp/Stacked/StackedColumn2D3.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | 13 | namespace SLVisifireApp 14 | { 15 | public partial class StackedColumn2D3 : UserControl 16 | { 17 | public StackedColumn2D3() 18 | { 19 | InitializeComponent(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Common/SLVisifireCharts/CodingStandard.txt: -------------------------------------------------------------------------------- 1 | #region Public Methods 2 | 3 | #endregion 4 | 5 | #region Public Properties 6 | 7 | #endregion 8 | 9 | #region Public Events And Delegates 10 | 11 | #endregion 12 | 13 | #region Protected Methods 14 | 15 | #endregion 16 | 17 | #region Internal Properties 18 | 19 | #endregion 20 | 21 | #region Private Properties 22 | 23 | #endregion 24 | 25 | #region Private Delegates 26 | 27 | #endregion 28 | 29 | #region Private Methods 30 | 31 | #endregion 32 | 33 | #region Internal Methods 34 | 35 | #endregion 36 | 37 | #region Internal Events And Delegates 38 | 39 | #endregion 40 | 41 | #region Data 42 | 43 | #endregion -------------------------------------------------------------------------------- /Common/SLVisifireChartsTest/App.xaml: -------------------------------------------------------------------------------- 1 |  6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Common/SLVisifireChartsTest/GlobalSuppressions.cs: -------------------------------------------------------------------------------- 1 | using System.Diagnostics.CodeAnalysis; 2 | 3 | [assembly: SuppressMessage("Microsoft.Design", "CA1014:MarkAssembliesWithClsCompliant", Justification = "Silverlight requires the use of types that are not CLS compliant.")] 4 | -------------------------------------------------------------------------------- /Common/SLVisifireChartsTest/Silverlight Unit Test Framework/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/SLVisifireChartsTest/Silverlight Unit Test Framework/License.txt -------------------------------------------------------------------------------- /Common/SLVisifireChartsTest/Silverlight Unit Test Framework/Microsoft.Silverlight.Testing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/SLVisifireChartsTest/Silverlight Unit Test Framework/Microsoft.Silverlight.Testing.dll -------------------------------------------------------------------------------- /Common/SLVisifireChartsTest/Silverlight Unit Test Framework/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/SLVisifireChartsTest/Silverlight Unit Test Framework/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll -------------------------------------------------------------------------------- /Common/SLVisifireChartsXap/App.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 23 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Common/SLVisifireChartsXap/DataXMLEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (C) 2008 Webyog Softworks Private Limited 3 | 4 | This file is a part of Visifire Charts. 5 | 6 | Visifire is a free software: you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation, either version 3 of the License, or 9 | (at your option) any later version. 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with Visifire Charts. If not, see . 13 | 14 | If GPL is not suitable for your products or company, Webyog provides Visifire 15 | under a flexible commercial license designed to meet your specific usage and 16 | distribution requirements. If you have already obtained a commercial license 17 | from Webyog, you can use this file under those license terms. 18 | 19 | */ 20 | 21 | using System; 22 | 23 | namespace SLVisifireChartsXap 24 | { 25 | /// 26 | /// SLVisifireChartsXap.DataXMLEventArgs 27 | /// 28 | public class DataXMLEventArgs : EventArgs 29 | { 30 | /// 31 | /// Initializes a new instance of the SLVisifireChartsXap.DataXMLEventArgs class 32 | /// 33 | public DataXMLEventArgs() 34 | : base() 35 | { 36 | } 37 | 38 | /// 39 | /// Data XML 40 | /// 41 | public String DataXML { get; set; } 42 | 43 | /// 44 | /// Data Uri 45 | /// 46 | public String DataUri { get; set; } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Common/SLVisifireChartsXap/ResizeEventArgs.cs: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (C) 2008 Webyog Softworks Private Limited 3 | 4 | This file is a part of Visifire Charts. 5 | 6 | Visifire is a free software: you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation, either version 3 of the License, or 9 | (at your option) any later version. 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with Visifire Charts. If not, see . 13 | 14 | If GPL is not suitable for your products or company, Webyog provides Visifire 15 | under a flexible commercial license designed to meet your specific usage and 16 | distribution requirements. If you have already obtained a commercial license 17 | from Webyog, you can use this file under those license terms. 18 | 19 | */ 20 | 21 | using System; 22 | 23 | namespace SLVisifireChartsXap 24 | { 25 | /// 26 | /// SLVisifireChartsXap.ResizeEventArgs class 27 | /// 28 | public class ResizeEventArgs: EventArgs 29 | { 30 | /// 31 | /// Initializes a new instance of the SLVisifireChartsXap.ResizeEventArgs class 32 | /// 33 | public ResizeEventArgs() 34 | : base() 35 | { 36 | } 37 | 38 | /// 39 | /// Width property 40 | /// 41 | public Double Width { get; set; } 42 | 43 | /// 44 | /// Height property 45 | /// 46 | public Double Height { get; set; } 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /Common/SLVisifireChartsXap/Wrapper.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Common/StackedColumn100.cs: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (C) 2008 Webyog Softworks Private Limited 3 | 4 | This file is a part of Visifire Charts. 5 | 6 | Visifire is a free software: you can redistribute it and/or modify 7 | it under the terms of the GNU General Public License as published by 8 | the Free Software Foundation, either version 3 of the License, or 9 | (at your option) any later version. 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with Visifire Charts. If not, see . 13 | 14 | If GPL is not suitable for your products or company, Webyog provides Visifire 15 | under a flexible commercial license designed to meet your specific usage and 16 | distribution requirements. If you have already obtained a commercial license 17 | from Webyog, you can use this file under those license terms. 18 | 19 | */ 20 | 21 | #if WPF 22 | 23 | using System; 24 | using System.Collections.Generic; 25 | using System.Windows; 26 | using System.Windows.Controls; 27 | using System.Windows.Documents; 28 | using System.Windows.Media; 29 | using System.Windows.Media.Animation; 30 | 31 | #else 32 | 33 | using System; 34 | using System.Windows; 35 | using System.Windows.Controls; 36 | using System.Windows.Media; 37 | using System.Windows.Media.Animation; 38 | using System.Collections.Generic; 39 | 40 | #endif 41 | 42 | using System.Linq; 43 | using System.Windows.Shapes; 44 | 45 | using Visifire.Commons; 46 | 47 | namespace Visifire.Charts 48 | { 49 | public partial class ColumnChart 50 | { 51 | 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /Common/Themes.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Net; 3 | using System.Windows; 4 | using System.Windows.Controls; 5 | using System.Windows.Documents; 6 | using System.Windows.Ink; 7 | using System.Windows.Input; 8 | using System.Windows.Media; 9 | using System.Windows.Media.Animation; 10 | using System.Windows.Shapes; 11 | using System.Collections.Generic; 12 | using Visifire.Commons; 13 | 14 | namespace Visifire.Charts 15 | { 16 | public class ThemeCollection: List 17 | { 18 | 19 | } 20 | } -------------------------------------------------------------------------------- /Common/WPFToolkit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/Common/WPFToolkit.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | A chart control developed with Wpf, Silverlight, Windows Phone and Windows 8 2 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireApp/Page.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Net; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Animation; 11 | using System.Windows.Shapes; 12 | using System.Collections.ObjectModel; 13 | using System.ComponentModel; 14 | using System.Windows.Threading; 15 | using Visifire.Charts; 16 | using Visifire.Commons; 17 | using System.Windows.Data; 18 | using System.Windows.Printing; 19 | using System.Windows.Media.Imaging; 20 | using System.Windows.Markup; 21 | using System.Xml; 22 | using System.Windows.Resources; 23 | using System.IO; 24 | 25 | namespace SLVisifireApp 26 | { 27 | public partial class Page : UserControl 28 | { 29 | public Page() 30 | { 31 | InitializeComponent(); 32 | } 33 | 34 | } 35 | } -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireApp/Properties/AppManifest.xml: -------------------------------------------------------------------------------- 1 |  4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireApp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("SLVisifireApp")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("SLVisifireApp")] 13 | [assembly: AssemblyCopyright("Copyright © 2008")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("06c0affe-e8dc-40df-9e97-e3a1e94308d6")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Revision and Build Numbers 33 | // by using the '*' as shown below: 34 | [assembly: AssemblyVersion("3.6.8")] 35 | [assembly: AssemblyFileVersion("3.6.8")] 36 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireApp/SLVisifireApp.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | true 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | DynamicPage 13 | True 14 | False 15 | False 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | True 25 | SLVisifireChartsWeb 26 | True 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireCharts/SLVisifireCharts.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | true 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | DynamicPage 15 | True 16 | False 17 | False 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | True 27 | 28 | 29 | True 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireCharts/SLVisifireCharts.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireCharts/SLVisifireCharts.snk -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/Properties/AppManifest.xml: -------------------------------------------------------------------------------- 1 |  4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Reflection; 3 | using System.Runtime.CompilerServices; 4 | using System.Runtime.InteropServices; 5 | using System.Resources; 6 | 7 | // General Information about an assembly is controlled through the following 8 | // set of attributes. Change these attribute values to modify the information 9 | // associated with an assembly. 10 | [assembly: AssemblyTitle("SLVisifireChartsTest")] 11 | [assembly: AssemblyDescription("")] 12 | [assembly: AssemblyConfiguration("")] 13 | [assembly: AssemblyCompany("")] 14 | [assembly: AssemblyProduct("SLVisifireChartsTest")] 15 | [assembly: AssemblyCopyright("Copyright © 2008")] 16 | [assembly: AssemblyTrademark("")] 17 | [assembly: AssemblyCulture("")] 18 | [assembly: CLSCompliant(false)] 19 | // Setting ComVisible to false makes the types in this assembly not visible 20 | // to COM components. If you need to access a type in this assembly from 21 | // COM, set the ComVisible attribute to true on that type. 22 | [assembly: ComVisible(false)] 23 | 24 | // The following GUID is for the ID of the typelib if this project is exposed to COM 25 | [assembly: Guid("93ae569c-e783-47d3-bccc-e942b508cf3d")] 26 | 27 | // Version information for an assembly consists of the following four values: 28 | // 29 | // Major Version 30 | // Minor Version 31 | // Build Number 32 | // Revision 33 | // 34 | // You can specify all the values or you can default the Revision and Build Numbers 35 | // by using the '*' as shown below: 36 | [assembly: AssemblyVersion("3.6.8")] 37 | [assembly: AssemblyFileVersion("3.6.8")] 38 | [assembly: NeutralResourcesLanguageAttribute("en-US")] 39 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/SLVisifireCharts.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsTest/SLVisifireCharts.snk -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/SLVisifireChartsTest.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | en-US 17 | false 18 | true 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | DynamicPage 27 | True 28 | False 29 | False 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | True 39 | 40 | 41 | True 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/obj/Release/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsTest/obj/Release/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsTest/obj/Release/TempPE/Resource1.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsTest/obj/Release/TempPE/Resource1.Designer.cs.dll -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/ClientBin/SL.Visifire.Charts.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsWeb/ClientBin/SL.Visifire.Charts.xap -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/ClientBin/SLVisifireApp.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsWeb/ClientBin/SLVisifireApp.xap -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/Default.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SLVisifireChartsWeb._Default" %> 2 | 3 | 4 | 5 | 6 | 7 | Untitled Page 8 | 9 | 10 |
11 |
12 | 13 |
14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/Default.aspx.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Web; 7 | using System.Web.Security; 8 | using System.Web.UI; 9 | using System.Web.UI.HtmlControls; 10 | using System.Web.UI.WebControls; 11 | using System.Web.UI.WebControls.WebParts; 12 | using System.Xml.Linq; 13 | 14 | namespace SLVisifireChartsWeb 15 | { 16 | public partial class _Default : System.Web.UI.Page 17 | { 18 | protected void Page_Load(object sender, EventArgs e) 19 | { 20 | 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/Default.aspx.designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:2.0.50727.42 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace SLVisifireChartsWeb 12 | { 13 | 14 | 15 | public partial class _Default 16 | { 17 | 18 | /// 19 | /// form1 control. 20 | /// 21 | /// 22 | /// Auto-generated field. 23 | /// To modify move field declaration from designer file to code-behind file. 24 | /// 25 | protected global::System.Web.UI.HtmlControls.HtmlForm form1; 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Area/Area2D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Area/Area2D3.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar2D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar2D4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar2D5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar2D6.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar2D7.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar3D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar3D2.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar3D4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Bar/Bar3D5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D3.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D6.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D7.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D8.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column2D/Column2D9.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D10.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D3.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D7.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D8.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Column3D/Column3D9.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Combination/Combi3.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Combination/Combi5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Doughnut/Doughnut2D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Doughnut/Doughnut2D2.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Doughnut/Doughnut3D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Doughnut/Doughnut3D2.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Line/Line1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Line/Line4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Line/Line5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Pie/Pie2D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Pie/Pie2D2.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Pie/Pie3D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Pie/Pie3D2.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Point/Bubble2D4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Point/Bubble2D5.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Point/Bubble3D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Point/Point4.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/PointBubbleXML/Bubble2D1.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/PointBubbleXML/Point4.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Stacked/StackedBar1002D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Stacked/StackedBar1003D1.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/GalleryCharts/Stacked/StackedColumn2D3.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("SLVisifireChartsWeb")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Webyog Softworks Pvt. Ltd.")] 12 | [assembly: AssemblyProduct("SLVisifireChartsWeb")] 13 | [assembly: AssemblyCopyright("Copyright © 2008")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Revision and Build Numbers 33 | // by using the '*' as shown below: 34 | [assembly: AssemblyVersion("3.6.8")] 35 | [assembly: AssemblyFileVersion("3.6.8")] 36 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/SLVisifireChartsWeb.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | true 5 | 6 | 7 | 8 | 9 | 10 | Visifire.htm 11 | SpecificPage 12 | True 13 | True 14 | False 15 | False 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | False 25 | True 26 | 27 | SL.Visifire.Charts.xap 28 | SLVisifireApp.xap 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/SLVisifireChartsWeb.csproj.vspscc: -------------------------------------------------------------------------------- 1 | "" 2 | { 3 | "FILE_VERSION" = "9237" 4 | "ENLISTMENT_CHOICE" = "NEVER" 5 | "PROJECT_FILE_RELATIVE_PATH" = "" 6 | "NUMBER_OF_EXCLUDED_FILES" = "2" 7 | "EXCLUDED_FILE0" = "ClientBin\\SLVisifireApp.xap" 8 | "EXCLUDED_FILE1" = "ClientBin\\SL.Visifire.Charts.xap" 9 | "ORIGINAL_PROJECT_FILE_PATH" = "" 10 | "NUMBER_OF_NESTED_PROJECTS" = "0" 11 | "SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT" 12 | } 13 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/MultipleCharts.htm: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Visifire Test Page 5 | 6 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 28 |
29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/OnClickRenderChart.htm: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Visifire Test Page 5 | 6 | 9 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 48 |
49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/OnClickRenderNewChart.htm: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Visifire Test Page 5 | 6 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | ` 40 |
41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/RealTimeRenderChart.htm: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Visifire Test Page 5 | 6 | 12 | 13 | 14 | 15 | 16 |
17 | 41 |
42 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/SingleChart.htm: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Visifire Test Page 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 32 | 33 |
13 |
14 | 30 |
31 |
34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/data1.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/TestCases/data3.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/Visifire.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Untitled Page 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 21 |
22 | 23 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/data.xml: -------------------------------------------------------------------------------- 1 |  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsWeb/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsWeb/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsXap/Properties/AppManifest.xml: -------------------------------------------------------------------------------- 1 |  4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsXap/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("SLVisifireChartsXap")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Webyog Softworks Pvt. Ltd.")] 12 | [assembly: AssemblyProduct("SLVisifireChartsXap")] 13 | [assembly: AssemblyCopyright("Copyright © 2008")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("66b86e49-3f1e-4cf9-b38a-5c2460a56780")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Revision and Build Numbers 33 | // by using the '*' as shown below: 34 | [assembly: AssemblyVersion("3.6.8")] 35 | [assembly: AssemblyFileVersion("3.6.8")] 36 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsXap/SLVisifireChartsXap.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | true 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | DynamicPage 13 | True 14 | False 15 | False 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | True 25 | 26 | 27 | True 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /VisifireCommunity/SLVisifireChartsXap/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/SLVisifireChartsXap/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /VisifireCommunity/VisifireCommunity.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/VisifireCommunity.suo -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireCharts/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.1 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Visifire.Charts.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireCharts/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireCharts/WPFVisifireCharts.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireCharts/WPFVisifireCharts.snk -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsApp/App.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsApp/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | //using System.Linq; 6 | using System.Windows; 7 | 8 | namespace WPFVisifireChartsApp 9 | { 10 | /// 11 | /// Interaction logic for App.xaml 12 | /// 13 | public partial class App : Application 14 | { 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsApp/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.1 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace WPFVisifireChartsApp.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsApp/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsApp/Window1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Markup; 12 | using System.Windows.Media.Imaging; 13 | using System.Windows.Navigation; 14 | using System.Windows.Shapes; 15 | using System.Data; 16 | using System.ComponentModel; 17 | using Visifire.Charts; 18 | using Visifire.Commons; 19 | using System.Windows.Media.Animation; 20 | using System.IO; 21 | using System.Xml; 22 | using System.Windows.Threading; 23 | using System.Collections.ObjectModel; 24 | using System.IO.Packaging; 25 | 26 | namespace WPFVisifireChartsApp 27 | { 28 | /// 29 | /// Interaction logic for Window1.xaml 30 | /// 31 | public partial class Window1 : Window 32 | { 33 | public Window1() 34 | { 35 | InitializeComponent(); 36 | } 37 | 38 | } 39 | } -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("WPFVisifireChartsTest")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("WPFVisifireChartsTest")] 13 | [assembly: AssemblyCopyright("Copyright © 2008")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(true)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("9b42167c-c689-41de-b56e-7136b894319a")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Revision and Build Numbers 33 | // by using the '*' as shown below: 34 | [assembly: AssemblyVersion("3.6.8")] 35 | [assembly: AssemblyFileVersion("3.6.8")] 36 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsTest/WPFVisifireCharts.PublicKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsTest/WPFVisifireCharts.PublicKey.snk -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsTest/WPFVisifireCharts.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsTest/WPFVisifireCharts.snk -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsTest/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsTest/obj/Release/TempPE/Resource1.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsTest/obj/Release/TempPE/Resource1.Designer.cs.dll -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/App.xaml: -------------------------------------------------------------------------------- 1 |  5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Windows; 7 | using System.Windows.Navigation; 8 | 9 | namespace WPFVisifireChartsXbap 10 | { 11 | /// 12 | /// Interaction logic for App.xaml 13 | /// 14 | public partial class App : Application 15 | { 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/Page1.xaml: -------------------------------------------------------------------------------- 1 |  7 | 8 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/Page1.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | using System.IO; 15 | using Visifire.Charts; 16 | using System.Web; 17 | using Visifire.Commons; 18 | 19 | namespace WPFVisifireChartsXbap 20 | { 21 | /// 22 | /// Interaction logic for Page1.xaml 23 | /// 24 | public partial class Page1 : Page 25 | { 26 | public Page1() 27 | { 28 | InitializeComponent(); 29 | 30 | MyChart.Series[0].DataPoints[0].Color = Graphics.GetRandomColor(); 31 | MyChart.MouseLeftButtonUp += new MouseButtonEventHandler(MyChart_MouseLeftButtonUp); 32 | } 33 | 34 | void MyChart_MouseLeftButtonUp(object sender, MouseButtonEventArgs e) 35 | { 36 | MyChart.Series[0].DataPoints[0].Color = new SolidColorBrush(Colors.Green); 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.1 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace WPFVisifireChartsXbap.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/Properties/app.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/SubsetFont.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 24 | 25 | 26 | 27 | SubsetFonts; 28 | $(PrepareResourcesDependsOn); 29 | 30 | 31 | 32 | 33 | 34 | $(CleanDependsOn); 35 | CleanSubsetFonts; 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/SubsetFontTask.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsXbap/SubsetFontTask.dll -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/WPFVisifireChartsXbap.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | publish\ 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | en-US 14 | false 15 | 16 | 17 | true 18 | 19 | 20 | P:\RenderLogic1\Visifire 2.0.5\WPFVisifireChartsXbap\bin\Debug\WPFVisifireChartsXbap.xbap 21 | URL 22 | 23 | -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/WPFVisifireChartsXbap_TemporaryKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsXbap/WPFVisifireChartsXbap_TemporaryKey.pfx -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/WPFVisifireChartsXbap_TemporaryKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsXbap/WPFVisifireChartsXbap_TemporaryKey.snk -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsXbap/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /VisifireCommunity/WPFVisifireChartsXbap/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnifyKit/visifire/dd197682d8b9eb3b6498d187645ae3dcb6b96173/VisifireCommunity/WPFVisifireChartsXbap/obj/Release/TempPE/Properties.Resources.Designer.cs.dll --------------------------------------------------------------------------------