|
QueryParametersDropEmptySeries Property
|
Gets or sets a flag that indicates whether to include empty series in the query.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public bool DropEmptySeries { get; set; }
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