Remove nullable warning.

This commit is contained in:
Atanas Korchev
2026-06-24 10:34:02 +03:00
parent 758e31ad78
commit fe2fdf7e37

View File

@@ -287,7 +287,7 @@
bool allowOverlap = false;
int step = 1;
DataLabelDisplay display = DataLabelDisplay.All;
string? format;
string format;
class DataItem
{