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; } }