using RobotNet.WebApp.Charts.Models.Common.Dataset; namespace RobotNet.WebApp.Charts.Models.ComboBarLineChart; public class ComboBarLineDatasetData(string? datasetLabel, object data, string? backgroundColor) : ChartDatasetData(datasetLabel, data, backgroundColor) { }