Added 'selected' option to Legend (#47)
* Added 'selected' option to Legend * Grouping properties
This commit is contained in:
Родитель
3b783eed89
Коммит
05d030b5e5
|
@ -31,11 +31,11 @@ namespace AntDesign.Charts
|
|||
public LegendMarker Marker { get; set; }
|
||||
[JsonPropertyName("text")]
|
||||
public LegendText Text { get; set; }
|
||||
[JsonPropertyName("selected")]
|
||||
public Dictionary<string, bool> Selected { get; set; }
|
||||
|
||||
[JsonPropertyName("custom")]
|
||||
public bool Custom { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class LegendTitle
|
||||
|
@ -83,11 +83,11 @@ namespace AntDesign.Charts
|
|||
public LegendMarker Marker { get; set; }
|
||||
[JsonPropertyName("text")]
|
||||
public LegendText Text { get; set; }
|
||||
[JsonPropertyName("selected")]
|
||||
public Dictionary<string, bool> Selected { get; set; }
|
||||
|
||||
[JsonPropertyName("custom")]
|
||||
public bool Custom { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче