mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-08 02:30:51 +08:00
16 lines
318 B
C#
16 lines
318 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace Wpf.CartesianChart.Funnel_Chart
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Interaction logic for FunnelExample.xaml
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class FunnelExample : UserControl
|
|||
|
|
{
|
|||
|
|
public FunnelExample()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|