mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
better view for class distribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public class ClusterDistribution
|
||||
{
|
||||
public string Label { get; set; } = "";
|
||||
public Color Color { get; set; }
|
||||
public int ClassCount { get; set; }
|
||||
public double BarWidth { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user