diff --git a/editor-templates/WPF/main-template/main-template.csproj b/editor-templates/WPF/main-template/main-template.csproj index 04af87db..82397bf9 100644 --- a/editor-templates/WPF/main-template/main-template.csproj +++ b/editor-templates/WPF/main-template/main-template.csproj @@ -39,29 +39,29 @@ 4 - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Charts.XamDataChart.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Charts.XamDataChart.v24.1.dll - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Grids.XamPropertyEditor.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Grids.XamPropertyEditor.v24.1.dll - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Layouts.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Layouts.v24.1.dll - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Inputs.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.Controls.Inputs.v24.1.dll - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.DataVisualization.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.DataVisualization.v24.1.dll - + False - C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.v23.2.dll + C:\Work\dev-tools\XAML\Main\Source\Build\InfragisticsWPF4.v24.1.dll diff --git a/samples/charts/funnel-chart/legend.json b/samples/charts/funnel-chart/legend.json new file mode 100644 index 00000000..332c982c --- /dev/null +++ b/samples/charts/funnel-chart/legend.json @@ -0,0 +1,23 @@ +{ + "strings": { + "legendTitle": "Global Electricity Demand by Energy Use" + }, + "descriptions": { + "legend": { + "type": "ItemLegend", + "name": "legend", + "orientation": "Horizontal" + }, + "content": { + "type": "FunnelChart", + "name": "chart", + "valueMemberPath": "Value", + "innerLabelMemberPath": "Summary", + "dataSourceRef": "EnergyGlobalDemand" + } + }, + "modules": [ + "charts/ItemLegendModule", + "charts/FunnelChartModule" + ] +} \ No newline at end of file diff --git a/samples/charts/funnel-chart/overview.json b/samples/charts/funnel-chart/overview.json new file mode 100644 index 00000000..4e99305d --- /dev/null +++ b/samples/charts/funnel-chart/overview.json @@ -0,0 +1,14 @@ +{ + "descriptions": { + "content": { + "type": "FunnelChart", + "name": "chart", + "innerLabelMemberPath": "Summary", + "valueMemberPath": "Value", + "dataSourceRef": "EnergyGlobalDemand" + } + }, + "modules": [ + "charts/FunnelChartModule" + ] +} \ No newline at end of file diff --git a/samples/charts/funnel-chart/selection.json b/samples/charts/funnel-chart/selection.json new file mode 100644 index 00000000..8a54c6cf --- /dev/null +++ b/samples/charts/funnel-chart/selection.json @@ -0,0 +1,23 @@ +{ + "strings": { + "legendTitle": "Global Electricity Demand by Energy Use" + }, + "descriptions": { + "legend": { + "type": "ItemLegend", + "name": "legend", + "orientation": "Horizontal" + }, + "content": { + "type": "FunnelChart", + "name": "chart", + "innerLabelMemberPath": "Summary", + "valueMemberPath": "Value", + "dataSourceRef": "EnergyGlobalDemand" + } + }, + "modules": [ + "charts/ItemLegendModule", + "charts/FunnelChartModule" + ] +} \ No newline at end of file diff --git a/samples/charts/funnel-chart/styling.json b/samples/charts/funnel-chart/styling.json new file mode 100644 index 00000000..1f0e68c7 --- /dev/null +++ b/samples/charts/funnel-chart/styling.json @@ -0,0 +1,25 @@ +{ + "strings": { + "legendTitle": "Global Electricity Demand by Energy Use" + }, + "descriptions": { + "legend": { + "type": "ItemLegend", + "name": "legend", + "orientation": "Horizontal" + }, + "content": { + "type": "FunnelChart", + "name": "chart", + "valueMemberPath": "Value", + "innerLabelMemberPath": "Summary", + "brushes": ["#f7d262", "#a8a8b7", "#e051a9", "#f8a15f", "#735656"], + "outlines": ["#ffffff"], + "dataSourceRef": "EnergyGlobalDemand" + } + }, + "modules": [ + "charts/FunnelChartModule", + "charts/ItemLegendModule" + ] +} \ No newline at end of file