| 
            
              MedianTResultIsSetTargetSeries Property
             | 
          
        
        
            Gets flag that determines if function result is target series for set-based group operations.
            
        
        Namespace: GrafanaAdapters.Functions.BuiltInAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic override bool ResultIsSetTargetSeries { get; }Public Overrides ReadOnly Property ResultIsSetTargetSeries As Boolean
	Get
public:
virtual property bool ResultIsSetTargetSeries {
	bool get () override;
}abstract ResultIsSetTargetSeries : bool with get
override ResultIsSetTargetSeries : bool with get
function get_ResultIsSetTargetSeries();
 View SourceProperty Value
BooleanImplements
IGrafanaFunctionResultIsSetTargetSeries
Remarks
            For set-based group operations, there can also be data in which target series is selected,
            e.g., with 
MinimumT or 
MaximumT functions.
            
See Also