|
DataSourceValueGroupTDropEmptySeries Property
|
Gets flag that determines if empty series are produced.
Namespace: GrafanaAdapters.DataSourcesAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax public bool DropEmptySeries { get; init; }
Public Property DropEmptySeries As Boolean
Get
Set
public:
property bool DropEmptySeries {
bool get ();
void set (bool value);
}
member DropEmptySeries : bool with get, set
function get_DropEmptySeries();
function set_DropEmptySeries(value);
View SourceProperty Value
BooleanSee Also