Returns the number of filters on the specified column or 'axis' name. This searches only filters on single columns.
integer function numFiltersOfAxis(dssComp, axisName) type(DScompT), intent(in) :: dssComp character(*), intent(in) :: axisName end function numFiltersOfAxis