拼ui 一些业务逻辑x实现
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace EasyChart
|
||||
{
|
||||
public sealed class DefaultChartRendererSelectionPolicy : IChartRendererSelectionPolicy
|
||||
{
|
||||
public static readonly DefaultChartRendererSelectionPolicy Instance = new DefaultChartRendererSelectionPolicy();
|
||||
|
||||
private DefaultChartRendererSelectionPolicy() { }
|
||||
|
||||
public RendererSelection Select(ChartData data)
|
||||
{
|
||||
return ChartRendererManager.Select(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user